all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
25 lines
583 B
Makefile
25 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.17 2002/03/13 17:37:09 fredb Exp $
|
|
#
|
|
|
|
DISTNAME= hp2xx-3.4.0
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
DEPENDS+= png>=1.2.1:../../graphics/png
|
|
DEPENDS+= tiff-[0-9]*:../../graphics/tiff
|
|
|
|
USE_X11= yes
|
|
INFO_FILES= hp2xx.info
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/sources
|
|
|
|
post-extract:
|
|
${CP} ${WRKSRC}/../makes/generic.mak ${WRKSRC}/Makefile
|
|
|
|
.include "../../mk/texinfo.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|