summaryrefslogtreecommitdiff
path: root/x11/xfce4-clipman-plugin
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-03-10 11:59:31 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-03-10 11:59:31 +0000
commit6f080fa7de413da253c486c8029aff78d32ddb2f (patch)
tree404cbea776b37254a4113517739982b01cd48619 /x11/xfce4-clipman-plugin
parentff51acf13f1fef7709cd88e2c8efa2f47b72e44b (diff)
downloadpkgsrc-6f080fa7de413da253c486c8029aff78d32ddb2f.tar.gz
bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade.
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r--x11/xfce4-clipman-plugin/Makefile6
-rw-r--r--x11/xfce4-clipman-plugin/buildlink3.mk22
2 files changed, 25 insertions, 3 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile
index 63f5492bb55..d7c78bef149 100644
--- a/x11/xfce4-clipman-plugin/Makefile
+++ b/x11/xfce4-clipman-plugin/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2004/01/23 21:50:52 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2004/03/10 11:59:31 xtraeme Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 0.4.0
DISTNAME= xfce4-clipman-plugin-${XFCE4_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://download.berlios.de/xfce-goodies/
COMMENT= XFce4 clipboard plugin
-.include "../../x11/xfce4-panel/buildlink2.mk"
+.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xfce4-clipman-plugin/buildlink3.mk b/x11/xfce4-clipman-plugin/buildlink3.mk
new file mode 100644
index 00000000000..697844074d5
--- /dev/null
+++ b/x11/xfce4-clipman-plugin/buildlink3.mk
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/03/10 11:59:31 xtraeme Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK:= ${XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= xfce4-clipman-plugin
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-clipman-plugin}
+BUILDLINK_PACKAGES+= xfce4-clipman-plugin
+
+.if !empty(XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.xfce4-clipman-plugin+= xfce4-clipman-plugin>=0.4.0nb3
+BUILDLINK_PKGSRCDIR.xfce4-clipman-plugin?= ../../x11/xfce4-clipman-plugin
+
+.include "../../x11/xfce4-panel/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+
+.endif # XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}