pkgsrc/print/html2ps/Makefile
jlam fd75e24317 Alter dependencies. Packages needing X11 drivers use
DEPENDS+=	ghostscript-[6-9]*:../../print/ghostscript

and packages needing just any ghostscript binary use

	DEPENDS+=	ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-10 15:39:06 +00:00

28 lines
758 B
Makefile

# $NetBSD: Makefile,v 1.3 2000/05/10 15:39:07 jlam Exp $
#
DISTNAME= html2ps-1.0b1
CATEGORIES= www
MASTER_SITES= http://www.tdb.uu.se/~jan/
MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www.tdb.uu.se/~jan/html2ps.html
DEPENDS+= ImageMagick-*:../../graphics/ImageMagick
DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= p5-PerlMagick-*:../../graphics/p5-PerlMagick
DEPENDS+= p5-libwww-*:../../www/p5-libwww
DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin
DEPENDS+= weblint-*:../../www/weblint
USE_PERL5= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
@cd ${WRKSRC} && ./install ${PREFIX}
@${INSTALL_DATA} ${WRKSRC}/sample ${PREFIX}/share/html2ps/sample.rc
.include "../../mk/bsd.pkg.mk"