summaryrefslogtreecommitdiffstats
path: root/deskutils/xfce4-notes-plugin
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-03 04:09:36 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-03 04:09:36 +0800
commitd80d83c05747b86aac0e8573ab513a4d4346e82a (patch)
treed709581e1fa4bd1f4b79ff3f45c882e8f788da93 /deskutils/xfce4-notes-plugin
parent140d8276e3c382f5cbdda713c484eb7a3a0aee8c (diff)
downloadmarcuscom-ports-d80d83c05747b86aac0e8573ab513a4d4346e82a.tar
marcuscom-ports-d80d83c05747b86aac0e8573ab513a4d4346e82a.tar.gz
marcuscom-ports-d80d83c05747b86aac0e8573ab513a4d4346e82a.tar.bz2
marcuscom-ports-d80d83c05747b86aac0e8573ab513a4d4346e82a.tar.lz
marcuscom-ports-d80d83c05747b86aac0e8573ab513a4d4346e82a.tar.xz
marcuscom-ports-d80d83c05747b86aac0e8573ab513a4d4346e82a.tar.zst
marcuscom-ports-d80d83c05747b86aac0e8573ab513a4d4346e82a.zip
- LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7475 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/xfce4-notes-plugin')
-rw-r--r--deskutils/xfce4-notes-plugin/Makefile28
-rw-r--r--deskutils/xfce4-notes-plugin/distinfo3
-rw-r--r--deskutils/xfce4-notes-plugin/files/patch-configure21
-rw-r--r--deskutils/xfce4-notes-plugin/pkg-descr3
-rw-r--r--deskutils/xfce4-notes-plugin/pkg-plist8
5 files changed, 63 insertions, 0 deletions
diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile
new file mode 100644
index 000000000..1be7b2a69
--- /dev/null
+++ b/deskutils/xfce4-notes-plugin/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: xfce4-notes-plugin
+# Date created: 06 October 2003
+# Whom: Thorsten Greiner <thorsten.greiner@web.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xfce4-notes-plugin
+PORTVERSION= 0.9.7
+PORTREVISION= 8
+CATEGORIES= deskutils xfce
+MASTER_SITES= http://download.berlios.de/xfce-goodies/
+DIST_SUBDIR= xfce4
+
+MAINTAINER= thorsten.greiner@web.de
+COMMENT= Sticky notes panel plugin for XFce4
+
+BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
+ xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
+RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+
+USE_GNOME= gtk20 libxml2
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/deskutils/xfce4-notes-plugin/distinfo b/deskutils/xfce4-notes-plugin/distinfo
new file mode 100644
index 000000000..4c2d1ed78
--- /dev/null
+++ b/deskutils/xfce4-notes-plugin/distinfo
@@ -0,0 +1,3 @@
+MD5 (xfce4/xfce4-notes-plugin-0.9.7.tar.gz) = d043d4f5b00b4a7f3d5107b65d81de8e
+SHA256 (xfce4/xfce4-notes-plugin-0.9.7.tar.gz) = c86290c6058ce22e56794028ca2b9b3e03063073f4b39a85c967a0d20e236e8f
+SIZE (xfce4/xfce4-notes-plugin-0.9.7.tar.gz) = 326290
diff --git a/deskutils/xfce4-notes-plugin/files/patch-configure b/deskutils/xfce4-notes-plugin/files/patch-configure
new file mode 100644
index 000000000..53b00d19c
--- /dev/null
+++ b/deskutils/xfce4-notes-plugin/files/patch-configure
@@ -0,0 +1,21 @@
+--- configure.orig Sun Oct 5 02:45:14 2003
++++ configure Mon Oct 6 20:22:50 2003
+@@ -19530,7 +19530,8 @@
+
+
+ # This can be used to rebuild libtool when needed
+-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -19824,7 +19825,7 @@
+
+ echo "$as_me:$LINENO: checking where to install panel plugins" >&5
+ echo $ECHO_N "checking where to install panel plugins... $ECHO_C" >&6
+- XFCE4_PANEL_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir xfce4-panel-1.0`
++ XFCE4_PANEL_PLUGINSDIR=${prefix}/lib/xfce4/panel-plugins
+
+ echo "$as_me:$LINENO: result: $XFCE4_PANEL_PLUGINSDIR" >&5
+ echo "${ECHO_T}$XFCE4_PANEL_PLUGINSDIR" >&6
diff --git a/deskutils/xfce4-notes-plugin/pkg-descr b/deskutils/xfce4-notes-plugin/pkg-descr
new file mode 100644
index 000000000..b81ce3efe
--- /dev/null
+++ b/deskutils/xfce4-notes-plugin/pkg-descr
@@ -0,0 +1,3 @@
+A sticky notes panel plugin for XFce4.
+
+WWW: http://www.xfce.org
diff --git a/deskutils/xfce4-notes-plugin/pkg-plist b/deskutils/xfce4-notes-plugin/pkg-plist
new file mode 100644
index 000000000..88a5c98e1
--- /dev/null
+++ b/deskutils/xfce4-notes-plugin/pkg-plist
@@ -0,0 +1,8 @@
+lib/xfce4/panel-plugins/libnotes.a
+lib/xfce4/panel-plugins/libnotes.la
+lib/xfce4/panel-plugins/libnotes.so
+share/xfce4/notes/note.png
+@dirrmtry lib/xfce4/panel-plugins
+@dirrmtry lib/xfce4
+@dirrmtry share/xfce4/notes
+@dirrmtry share/xfce4