diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 12:40:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 12:40:53 +0000 |
commit | 30dbe999e3a3528bc91d2507a8a3211f2b8890f9 (patch) | |
tree | 71636a9c5db552382ad089c9a9f35a1593e3314a | |
parent | fc7f5bd8aaa589ecfa57938c858210893d673ff9 (diff) | |
download | pkgsrc-30dbe999e3a3528bc91d2507a8a3211f2b8890f9.tar.gz |
Convert to buildlink2.
-rw-r--r-- | misc/xtide/Makefile | 8 | ||||
-rw-r--r-- | net/wminet/Makefile | 5 | ||||
-rw-r--r-- | net/wmpload/Makefile | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/misc/xtide/Makefile b/misc/xtide/Makefile index 55bf8afdd27..c43009bf3ae 100644 --- a/misc/xtide/Makefile +++ b/misc/xtide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/03/13 17:37:27 fredb Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/21 12:40:53 wiz Exp $ DISTNAME= xtide-2.4 PKGNAME= ${DISTNAME} @@ -11,14 +11,12 @@ MAINTAINER= paul@whooppee.com HOMEPAGE= http://www.flaterco.com/ COMMENT= X11 tide predictor -DEPENDS+= png>=1.2.1:../../graphics/png - EXTRACT_ONLY= ${XTIDE_SRC} XTIDE_SRC= ${DISTNAME}${EXTRACT_SUFX} +USE_BUILDLINK2= yes GNU_CONFIGURE= yes USE_X11= yes -USE_XPM= yes post-patch: @cd ${WRKSRC}/DOCUMENTATION; \ @@ -35,4 +33,6 @@ post-install: ${CP} ${WRKDIR}/harmonics.txt ${PREFIX}/share/xtide ${CP} ${WRKDIR}/offsets.xml ${PREFIX}/share/xtide +.include "../../graphics/png/buildlink2.mk" +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/wminet/Makefile b/net/wminet/Makefile index 12102848eb7..fc46c54d463 100644 --- a/net/wminet/Makefile +++ b/net/wminet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/28 15:37:25 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/21 12:43:17 wiz Exp $ DISTNAME= wmnet-1.2 PKGNAME= wminet-1.2 @@ -9,7 +9,8 @@ MAINTAINER= coto@core.de HOMEPAGE= http://www.enteract.com/~rneswold/ COMMENT= dockable network monitor -USE_XPM= YES +USE_BUILDLINK2= YES USE_X11BASE= YES +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/wmpload/Makefile b/net/wmpload/Makefile index 53101c92340..7a08e6f0b1d 100644 --- a/net/wmpload/Makefile +++ b/net/wmpload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 18:19:56 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/21 12:48:26 wiz Exp $ # DISTNAME= wmpload-0.9.4 @@ -10,7 +10,9 @@ HOMEPAGE= http://www.engr.utk.edu/~mdsmith/pload/ COMMENT= PPP monitor for X11, totals and current in/out rates in 64x64 cube HAS_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_IMAKE= YES USE_X11BASE= YES -USE_XPM= YES +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |