summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-showdesktop-plugin
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-03-10 11:59:31 +0000
committerxtraeme <xtraeme>2004-03-10 11:59:31 +0000
commitf8ba516464510c568e6f43a005cc944d7d3ba50d (patch)
tree404cbea776b37254a4113517739982b01cd48619 /sysutils/xfce4-showdesktop-plugin
parent1edbd16ea90ea88d48f6ef1ae9d50c938b68072c (diff)
downloadpkgsrc-f8ba516464510c568e6f43a005cc944d7d3ba50d.tar.gz
bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade.
Diffstat (limited to 'sysutils/xfce4-showdesktop-plugin')
-rw-r--r--sysutils/xfce4-showdesktop-plugin/Makefile6
-rw-r--r--sysutils/xfce4-showdesktop-plugin/buildlink3.mk22
2 files changed, 25 insertions, 3 deletions
diff --git a/sysutils/xfce4-showdesktop-plugin/Makefile b/sysutils/xfce4-showdesktop-plugin/Makefile
index b23ae10436c..1f63e5ec114 100644
--- a/sysutils/xfce4-showdesktop-plugin/Makefile
+++ b/sysutils/xfce4-showdesktop-plugin/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.4 2004/01/23 21:50:48 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/03/10 11:59:31 xtraeme Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 0.1.1
DISTNAME= xfce4-showdesktop-plugin-${XFCE4_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://download.berlios.de/xfce-goodies/
COMMENT= XFce4 showdesktop plugin
WRKSRC= ${WRKDIR}/xfce4-showdesktop-plugin
-.include "../../x11/xfce4-panel/buildlink2.mk"
+.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/xfce4-showdesktop-plugin/buildlink3.mk b/sysutils/xfce4-showdesktop-plugin/buildlink3.mk
new file mode 100644
index 00000000000..8f79a17d7a3
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-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_SHOWDESKTOP_PLUGIN_BUILDLINK3_MK:= ${XFCE4_SHOWDESKTOP_PLUGIN_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= xfce4-showdesktop-plugin
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-showdesktop-plugin}
+BUILDLINK_PACKAGES+= xfce4-showdesktop-plugin
+
+.if !empty(XFCE4_SHOWDESKTOP_PLUGIN_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.xfce4-showdesktop-plugin+= xfce4-showdesktop-plugin>=0.1.1nb4
+BUILDLINK_PKGSRCDIR.xfce4-showdesktop-plugin?= ../../sysutils/xfce4-showdesktop-plugin
+
+.include "../../x11/xfce4-panel/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+
+.endif # XFCE4_SHOWDESKTOP_PLUGIN_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}