pkgsrc/graphics/hp2xx/Makefile
dmcmahill c064c16a0f update to hp2xx-3.4.4
There have been many many bug fixes and improvements since the last
packaged release.  SVG, PDF, and DXF output is available now.  The complete
list (>200 lines) is in the CHANGES file in the distribution.
2004-11-28 15:12:11 +00:00

25 lines
643 B
Makefile

# $NetBSD: Makefile,v 1.26 2004/11/28 15:12:11 dmcmahill Exp $
#
DISTNAME= hp2xx-3.4.4
PKGREVISION= 3
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
WRKSRC= ${WRKDIR}/${DISTNAME}/sources
USE_X11= yes
USE_BUILDLINK3= YES
USE_MAKEINFO= YES
INFO_FILES= hp2xx.info
post-extract:
${CP} ${WRKSRC}/../makes/generic.mak ${WRKSRC}/Makefile
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../print/pdflib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"