Convert to buildlink3.
This commit is contained in:
parent
58203b1ed6
commit
6021945c05
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.23 2004/01/20 12:18:16 agc Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2004/04/25 02:29:06 snj Exp $
|
||||
#
|
||||
|
||||
DISTNAME= hp2xx-3.4.0
|
||||
|
@ -12,13 +12,13 @@ COMMENT= HPGL converter and previewer
|
|||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/sources
|
||||
USE_X11= yes
|
||||
USE_BUILDLINK2= YES
|
||||
USE_BUILDLINK3= YES
|
||||
USE_MAKEINFO= YES
|
||||
INFO_FILES= hp2xx.info
|
||||
|
||||
post-extract:
|
||||
${CP} ${WRKSRC}/../makes/generic.mak ${WRKSRC}/Makefile
|
||||
|
||||
.include "../../graphics/tiff/buildlink2.mk"
|
||||
.include "../../graphics/png/buildlink2.mk"
|
||||
.include "../../graphics/tiff/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue