diff options
author | adam <adam@pkgsrc.org> | 2004-03-03 11:29:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-03-03 11:29:32 +0000 |
commit | 97e7297f715fab883815d0555a3766e7dd7b7163 (patch) | |
tree | 6e8a3187855345cc623c7fdcd75be46f9bf16379 /games/zoom/Makefile | |
parent | 4de2eb35f5d2a494b134e49bf6119d24f47ca26c (diff) | |
download | pkgsrc-97e7297f715fab883815d0555a3766e7dd7b7163.tar.gz |
Changes:
* use buildlink3 now
* name changed from 1.0.1pl1 to 1.0.1a
* bumped revision because of t1lib major version change
Diffstat (limited to 'games/zoom/Makefile')
-rw-r--r-- | games/zoom/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile index 7812d2a0dfe..b103f73e52a 100644 --- a/games/zoom/Makefile +++ b/games/zoom/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2004/02/14 17:21:40 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/03 11:29:32 adam Exp $ # -DISTNAME= zoom-1.0.1 -PKGNAME= ${DISTNAME}pl1 -CATEGORIES= games -MASTER_SITES= http://www.logicalshift.demon.co.uk/unix/zoom/ +DISTNAME= zoom-1.0.1 +PKGNAME= ${DISTNAME}a +PKGREVISION= 1 +CATEGORIES= games +MASTER_SITES= http://www.logicalshift.demon.co.uk/unix/zoom/ PATCH_SITES= http://www.logicalshift.demon.co.uk/unix/zoom/ PATCHFILES= zoom-1.0.1-1.0.1a.patch @@ -14,7 +15,7 @@ MAINTAINER= dillo@NetBSD.org HOMEPAGE= http://www.logicalshift.demon.co.uk/unix/zoom/ COMMENT= Plays Infocom-compatible games, with graphics support -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes @@ -38,7 +39,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/manual/$$f ${DOCDIR}; \ done -.include "../../fonts/Xft2/buildlink2.mk" -.include "../../fonts/t1lib/buildlink2.mk" -.include "../../graphics/png/buildlink2.mk" +.include "../../fonts/Xft2/buildlink3.mk" +.include "../../fonts/t1lib/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |