From 6f080fa7de413da253c486c8029aff78d32ddb2f Mon Sep 17 00:00:00 2001 From: xtraeme Date: Wed, 10 Mar 2004 11:59:31 +0000 Subject: bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade. --- x11/xfce4-clipman-plugin/Makefile | 6 +++--- x11/xfce4-clipman-plugin/buildlink3.mk | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 x11/xfce4-clipman-plugin/buildlink3.mk (limited to 'x11/xfce4-clipman-plugin') 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/+$//} -- cgit v1.2.3