diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-05 23:42:12 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-05 23:42:12 +0000 |
commit | 7caa6ea81991b8bfb1286dd60be354545457fe9a (patch) | |
tree | 12fbf533bb3fcb80645489aea4bc71389e8d0037 /x11 | |
parent | b95ba692cbd8b1cf838385c485cce1a59348978a (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 29 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/distinfo | 1 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/pkg-descr | 6 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/pkg-plist | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 11d465e9289a..663c4c820a64 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -147,6 +147,7 @@ SUBDIR += xcut SUBDIR += xdialog SUBDIR += xdtm + SUBDIR += xfce4-clipman-plugin SUBDIR += xfedor SUBDIR += xfishtank SUBDIR += xfree86_xkb_xml diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile new file mode 100644 index 000000000000..66b0bc5357e6 --- /dev/null +++ b/x11/xfce4-clipman-plugin/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: xfce4-clipman-plugin +# Date created: 23 November 2003 +# Whom: Matt Lancereau <matt@rimasec.net> +# +# $FreeBSD$ +# + +PORTNAME= xfce4-clipman-plugin +PORTVERSION= 0.3.1 +CATEGORIES= x11 xfce +MASTER_SITES= http://download.berlios.de/xfce-goodies/ + +MAINTAINER= matt@rimasec.net +COMMENT= XFce 4 clipboard module for xfce4-panel + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ + startup-notification-1.0:${PORTSDIR}/x11/startup-notification +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + +USE_GNOME= gtk20 +USE_X_PREFIX= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/x11/xfce4-clipman-plugin/distinfo b/x11/xfce4-clipman-plugin/distinfo new file mode 100644 index 000000000000..df34c8005c36 --- /dev/null +++ b/x11/xfce4-clipman-plugin/distinfo @@ -0,0 +1 @@ +MD5 (xfce4-clipman-plugin-0.3.1.tar.gz) = d54d65c20de9200c2c997c1d5faff23a diff --git a/x11/xfce4-clipman-plugin/pkg-descr b/x11/xfce4-clipman-plugin/pkg-descr new file mode 100644 index 000000000000..242dea8663a1 --- /dev/null +++ b/x11/xfce4-clipman-plugin/pkg-descr @@ -0,0 +1,6 @@ +XFce 4 clipboard module for xfce4-panel. This plugin is a clipboard history +for the panel. It now includes a "Clear clipboard" option, and a drag-and-drop +paste feature contributed by Andre Lerche. + +Author: Eduard Roccatello <master@spine-group.org> +WWW: http://xfce-goodies.berlios.de/ diff --git a/x11/xfce4-clipman-plugin/pkg-plist b/x11/xfce4-clipman-plugin/pkg-plist new file mode 100644 index 000000000000..b19080277bc4 --- /dev/null +++ b/x11/xfce4-clipman-plugin/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD$ +lib/xfce4/panel-plugins/libclipman.so +lib/xfce4/panel-plugins/libclipman.la +lib/xfce4/panel-plugins/libclipman.a +@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true |