summaryrefslogtreecommitdiff
path: root/print/html2ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/html2ps/Makefile')
-rw-r--r--print/html2ps/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile
deleted file mode 100644
index a935b63fa66..00000000000
--- a/print/html2ps/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2002/09/13 06:53:41 jlam Exp $
-#
-
-DISTNAME= html2ps-1.0b1
-PKGREVISION= 2
-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"