;PU;PA 50,200;PD;PU; this now actually puts a single dot at 50,200 many thanks to the programs author, Dr. Martin Kroeker <mk@daveg.com> for supplying the patch.
23 lines
522 B
Makefile
23 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.10 2000/11/15 23:05:05 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= hp2xx-3.3.2
|
|
PKGNAME= hp2xx-3.3.2nb2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=hp2xx/}
|
|
|
|
MAINTAINER= dmcmahill@netbsd.org
|
|
HOMEPAGE= http://www.gnu.org/software/hp2xx/hp2xx.html
|
|
|
|
DEPENDS+= png>=1.0.6:../../graphics/png
|
|
DEPENDS+= tiff-*:../../graphics/tiff
|
|
|
|
USE_X11= yes
|
|
INFO_FILES= hp2xx.info
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/sources
|
|
|
|
post-extract:
|
|
${CP} ${WRKSRC}/../makes/generic.mak ${WRKSRC}/Makefile
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|