eeee7fac9f
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
31 lines
852 B
Makefile
31 lines
852 B
Makefile
# $NetBSD: Makefile,v 1.12 2003/12/24 13:02:01 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= html2ps-1.0b1
|
|
PKGREVISION= 3
|
|
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
|
|
COMMENT= HTML to PostScript converter
|
|
|
|
DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick
|
|
DEPENDS+= jpeg>=6b:../../graphics/jpeg
|
|
DEPENDS+= p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin
|
|
DEPENDS+= weblint-[0-9]*:../../www/weblint
|
|
|
|
USE_PERL5= yes
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/html2ps
|
|
@cd ${WRKSRC} && ./install ${PREFIX}
|
|
@${INSTALL_DATA} ${WRKSRC}/sample ${PREFIX}/share/html2ps/sample.rc
|
|
|
|
.include "../../mk/ghostscript.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|