diff options
author | martti <martti@pkgsrc.org> | 2003-12-03 05:18:46 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-12-03 05:18:46 +0000 |
commit | 7900485596166ddd7e93d2388df7ca418f142784 (patch) | |
tree | 7a58ac025192136f419a56ee6801955615753962 | |
parent | 2a9356b627816c46a9069a1252842c8e814c17b1 (diff) | |
download | pkgsrc-7900485596166ddd7e93d2388df7ca418f142784.tar.gz |
Clipboard plugin for XFce4.
-rw-r--r-- | x11/xfce4-clipman-plugin/DESCR | 1 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 13 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/PLIST | 4 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/buildlink2.mk | 26 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/distinfo | 4 |
5 files changed, 48 insertions, 0 deletions
diff --git a/x11/xfce4-clipman-plugin/DESCR b/x11/xfce4-clipman-plugin/DESCR new file mode 100644 index 00000000000..27baa458049 --- /dev/null +++ b/x11/xfce4-clipman-plugin/DESCR @@ -0,0 +1 @@ +Clipboard plugin for XFce4. diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile new file mode 100644 index 00000000000..ef0c4177697 --- /dev/null +++ b/x11/xfce4-clipman-plugin/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 05:18:46 martti Exp $ + +.include "../../meta-pkgs/xfce4/Makefile.common" + +XFCE4_VERSION= 0.3.1 + +DISTNAME= xfce4-clipman-plugin-${XFCE4_VERSION} +CATEGORIES= sysutils +MASTER_SITES= http://download.berlios.de/xfce-goodies/ +COMMENT= XFce4 clipboard plugin + +.include "../../x11/xfce4-panel/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xfce4-clipman-plugin/PLIST b/x11/xfce4-clipman-plugin/PLIST new file mode 100644 index 00000000000..d4afad239e6 --- /dev/null +++ b/x11/xfce4-clipman-plugin/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 05:18:46 martti Exp $ +lib/xfce4/panel-plugins/libclipman.a +lib/xfce4/panel-plugins/libclipman.la +lib/xfce4/panel-plugins/libclipman.so diff --git a/x11/xfce4-clipman-plugin/buildlink2.mk b/x11/xfce4-clipman-plugin/buildlink2.mk new file mode 100644 index 00000000000..a5597443078 --- /dev/null +++ b/x11/xfce4-clipman-plugin/buildlink2.mk @@ -0,0 +1,26 @@ +# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/03 05:18:46 martti Exp $ +# +# This Makefile fragment is included by packages that use xfce4-clipman-plugin. +# +# This file was created automatically using createbuildlink 2.8. +# + +.if !defined(XFCE4_CLIPMAN_PLUGIN_BUILDLINK2_MK) +XFCE4_CLIPMAN_PLUGIN_BUILDLINK2_MK= # defined + +BUILDLINK_PACKAGES+= xfce4-clipman-plugin +BUILDLINK_DEPENDS.xfce4-clipman-plugin?= xfce4-clipman-plugin>=0.3.1 +BUILDLINK_PKGSRCDIR.xfce4-clipman-plugin?= ../../x11/xfce4-clipman-plugin + +EVAL_PREFIX+= BUILDLINK_PREFIX.xfce4-clipman-plugin=xfce4-clipman-plugin +BUILDLINK_PREFIX.xfce4-clipman-plugin_DEFAULT= ${X11PREFIX} +BUILDLINK_FILES.xfce4-clipman-plugin+= lib/xfce4/panel-plugins/libclipman.* + +.include "../../x11/xfce4-panel/buildlink2.mk" +.include "../../devel/glib2/buildlink2.mk" + +BUILDLINK_TARGETS+= xfce4-clipman-plugin-buildlink + +xfce4-clipman-plugin-buildlink: _BUILDLINK_USE + +.endif # XFCE4_CLIPMAN_PLUGIN_BUILDLINK2_MK diff --git a/x11/xfce4-clipman-plugin/distinfo b/x11/xfce4-clipman-plugin/distinfo new file mode 100644 index 00000000000..5efd43b38ec --- /dev/null +++ b/x11/xfce4-clipman-plugin/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/03 05:18:46 martti Exp $ + +SHA1 (xfce4-clipman-plugin-0.3.1.tar.gz) = fa3ed2966f1e6923a3e2f91339ec631568263cb7 +Size (xfce4-clipman-plugin-0.3.1.tar.gz) = 202944 bytes |