25 lines
614 B
Makefile
25 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.19 2003/07/03 17:31:04 seb Exp $
|
|
#
|
|
|
|
DISTNAME= hp2xx-3.4.0
|
|
PKGREVISION= 1
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/sources
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=hp2xx/}
|
|
|
|
MAINTAINER= dmcmahill@netbsd.org
|
|
HOMEPAGE= http://www.gnu.org/software/hp2xx/hp2xx.html
|
|
COMMENT= HPGL converter and previewer
|
|
|
|
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 "../../graphics/tiff/buildlink2.mk"
|
|
.include "../../graphics/png/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|