Use BUILDLINK2.
Convert to USE_NEW_TEXINFO.
This commit is contained in:
parent
827c46b70e
commit
2b1ffe9252
2 changed files with 7 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue