diff options
author | seb <seb@pkgsrc.org> | 2003-07-03 17:31:04 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-03 17:31:04 +0000 |
commit | 2b1ffe9252ab5a32ab163e18d30ba622d9d2b308 (patch) | |
tree | 89cc96a6362d37932268e3bb2d39c90e9e938663 | |
parent | 827c46b70e111fe362e1a1677a730989eaf2ab15 (diff) | |
download | pkgsrc-2b1ffe9252ab5a32ab163e18d30ba622d9d2b308.tar.gz |
Use BUILDLINK2.
Convert to USE_NEW_TEXINFO.
-rw-r--r-- | graphics/hp2xx/Makefile | 11 | ||||
-rw-r--r-- | graphics/hp2xx/PLIST | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/hp2xx/Makefile b/graphics/hp2xx/Makefile index 4cf91d170dd..515da9b6652 100644 --- a/graphics/hp2xx/Makefile +++ b/graphics/hp2xx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/03/29 12:41:17 jmmv Exp $ +# $NetBSD: Makefile,v 1.19 2003/07/03 17:31:04 seb Exp $ # DISTNAME= hp2xx-3.4.0 @@ -11,14 +11,15 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.gnu.org/software/hp2xx/hp2xx.html COMMENT= HPGL converter and previewer -DEPENDS+= png>=1.2.1:../../graphics/png -DEPENDS+= tiff-[0-9]*:../../graphics/tiff - USE_X11= yes +USE_BUILDLINK2= YES +USE_NEW_TEXINFO= YES +USE_MAKEINFO= YES INFO_FILES= hp2xx.info post-extract: ${CP} ${WRKSRC}/../makes/generic.mak ${WRKSRC}/Makefile -.include "../../mk/texinfo.mk" +.include "../../graphics/tiff/buildlink2.mk" +.include "../../graphics/png/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/hp2xx/PLIST b/graphics/hp2xx/PLIST index 4423e144fea..8ef008343a0 100644 --- a/graphics/hp2xx/PLIST +++ b/graphics/hp2xx/PLIST @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:20 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/07/03 17:31:05 seb Exp $ bin/hp2xx man/man1/hp2xx.1 -@unexec ${INSTALL_INFO} --delete %D/info/hp2xx.info %D/info/dir info/hp2xx.info -@exec ${INSTALL_INFO} %D/info/hp2xx.info %D/info/dir |