summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-05-03 22:11:00 +0000
committerwiz <wiz@pkgsrc.org>2003-05-03 22:11:00 +0000
commit7050be0941a4db6e559afc5482cd2195b06c3ac6 (patch)
treee3b95c2e8dc4b4d2032a42bb4bfee2dbb21af3e0
parent1e0831959e7b4fbde9386ca293670af952bbb5e7 (diff)
downloadpkgsrc-7050be0941a4db6e559afc5482cd2195b06c3ac6.tar.gz
Convert to buildlink2.
-rw-r--r--finance/gkrellm-stock/Makefile5
-rw-r--r--misc/gkrellm-moon/Makefile5
-rw-r--r--misc/gkrellm-weather/Makefile6
-rw-r--r--net/gkrellm-ping/Makefile8
4 files changed, 14 insertions, 10 deletions
diff --git a/finance/gkrellm-stock/Makefile b/finance/gkrellm-stock/Makefile
index 0a506bec1fe..4ef3ee04d5b 100644
--- a/finance/gkrellm-stock/Makefile
+++ b/finance/gkrellm-stock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/05/02 11:54:51 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/05/03 22:11:00 wiz Exp $
DISTNAME= gkrellstock-0.2
PKGNAME= gkrellm-stock-0.2
@@ -11,9 +11,9 @@ MAINTAINER= damon@netbsd.org
HOMEPAGE= http://www.geocities.com/m_muthukumar/gkrellstock.html
COMMENT= gkrellm stock ticker plugin
-DEPENDS+= gkrellm>=1.2.13nb1:../../sysutils/gkrellm
DEPENDS+= p5-finance-quote-1.*:../../finance/p5-finance-quote
+USE_BUILDLINK2= # defined
USE_PERL5= # defined
do-configure:
@@ -26,4 +26,5 @@ do-configure:
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
+.include "../../sysutils/gkrellm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/gkrellm-moon/Makefile b/misc/gkrellm-moon/Makefile
index 00bb44ce041..bc514841256 100644
--- a/misc/gkrellm-moon/Makefile
+++ b/misc/gkrellm-moon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/05/02 11:55:47 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/05/03 22:16:28 wiz Exp $
DISTNAME= gkrellmoon-0.3
PKGNAME= gkrellm-moon-0.3
@@ -10,9 +10,10 @@ MAINTAINER= damon@netbsd.org
HOMEPAGE= http://gkrellmoon.sourceforge.net/
COMMENT= gkrellm moonclock plugin
-DEPENDS+= gkrellm>=1.2.13nb1:../../sysutils/gkrellm
+USE_BUILDLINK2= YES
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
+.include "../../sysutils/gkrellm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/gkrellm-weather/Makefile b/misc/gkrellm-weather/Makefile
index f64dfcff598..56de3b2948a 100644
--- a/misc/gkrellm-weather/Makefile
+++ b/misc/gkrellm-weather/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/05/02 11:55:48 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/05/03 22:19:08 wiz Exp $
DISTNAME= gkrellweather-0.2.7
PKGNAME= gkrellm-weather-0.2.7
@@ -10,10 +10,12 @@ MAINTAINER= damon@netbsd.org
HOMEPAGE= http://www.cse.unsw.edu.au/~flam/programs/gkrellweather.html
COMMENT= gkrellm weather plugin
-DEPENDS+= gkrellm>=1.2.13nb1:../../sysutils/gkrellm
DEPENDS+= wmWeather-1.3*:../../x11/wmweather
+USE_BUILDLINK2= YES
+
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
+.include "../../sysutils/gkrellm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/gkrellm-ping/Makefile b/net/gkrellm-ping/Makefile
index b36cde9dfb5..eafae4bfb4b 100644
--- a/net/gkrellm-ping/Makefile
+++ b/net/gkrellm-ping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/05/02 11:56:02 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/05/03 22:20:17 wiz Exp $
DISTNAME= gkrellmPing-0.2-3
PKGNAME= gkrellm-ping-0.2.3
@@ -11,12 +11,12 @@ MAINTAINER= damon@netbsd.org
HOMEPAGE= http://gkrellmping.dweb.ro/
COMMENT= gkrellm ping plugin
-DEPENDS+= gkrellm>=1.2.13nb1:../../sysutils/gkrellm
-
-USE_GMAKE= #defined
+USE_BUILDLINK2= # defined
+USE_GMAKE= # defined
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
${INSTALL_PROGRAM} ${WRKSRC}/gkrellmPing.so ${PREFIX}/lib/gkrellm/plugins/
+.include "../../sysutils/gkrellm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"