summaryrefslogtreecommitdiff
path: root/deskutils/xfce4-notes
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-10-07 16:51:39 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-10-07 16:51:39 +0000
commitb29ce2f10b60df3ba1a2cdd74b6e0640a7f265da (patch)
treef62fd09d9377c4d455992656e56f00cbeff14367 /deskutils/xfce4-notes
parentUpdate to 0.7.1. (diff)
Add xfce4-notes 0.9, sticky notes panel plugin for XFce4.
PR: ports/57671 Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
Notes
Notes: svn path=/head/; revision=90531
Diffstat (limited to 'deskutils/xfce4-notes')
-rw-r--r--deskutils/xfce4-notes/Makefile30
-rw-r--r--deskutils/xfce4-notes/distinfo1
-rw-r--r--deskutils/xfce4-notes/files/patch-configure21
-rw-r--r--deskutils/xfce4-notes/pkg-descr3
-rw-r--r--deskutils/xfce4-notes/pkg-plist8
5 files changed, 63 insertions, 0 deletions
diff --git a/deskutils/xfce4-notes/Makefile b/deskutils/xfce4-notes/Makefile
new file mode 100644
index 000000000000..17daba57e6c8
--- /dev/null
+++ b/deskutils/xfce4-notes/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: xfce4-notes
+# Date created: 06 October 2003
+# Whom: Thorsten Greiner <thorsten.greiner@web.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xfce4-notes
+PORTVERSION= 0.9
+CATEGORIES= deskutils xfce
+MASTER_SITES= http://www.lysator.liu.se/~b0kaj/
+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= xml2.5:${PORTSDIR}/textproc/libxml2 \
+ xfce4util.1:${PORTSDIR}/x11/libxfce4util \
+ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui
+RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+
+USE_GNOME= gtk20
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/deskutils/xfce4-notes/distinfo b/deskutils/xfce4-notes/distinfo
new file mode 100644
index 000000000000..a2ff18ef7f97
--- /dev/null
+++ b/deskutils/xfce4-notes/distinfo
@@ -0,0 +1 @@
+MD5 (xfce4/xfce4-notes-0.9.tar.gz) = 3c1f045f97915325a53725c0d6c2d601
diff --git a/deskutils/xfce4-notes/files/patch-configure b/deskutils/xfce4-notes/files/patch-configure
new file mode 100644
index 000000000000..53b00d19c534
--- /dev/null
+++ b/deskutils/xfce4-notes/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/pkg-descr b/deskutils/xfce4-notes/pkg-descr
new file mode 100644
index 000000000000..b81ce3efe202
--- /dev/null
+++ b/deskutils/xfce4-notes/pkg-descr
@@ -0,0 +1,3 @@
+A sticky notes panel plugin for XFce4.
+
+WWW: http://www.xfce.org
diff --git a/deskutils/xfce4-notes/pkg-plist b/deskutils/xfce4-notes/pkg-plist
new file mode 100644
index 000000000000..78094e248537
--- /dev/null
+++ b/deskutils/xfce4-notes/pkg-plist
@@ -0,0 +1,8 @@
+lib/xfce4/panel-plugins/libnotes.so
+share/xfce4/notes/close.png
+share/xfce4/notes/resize.png
+share/xfce4/notes/note.png
+@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true
+@unexec rmdir %D/lib/xfce4 2>/dev/null || true
+@unexec rmdir %D/share/xfce4/notes 2>/dev/null || true
+@unexec rmdir %D/share/xfce4 2>/dev/null || true