summaryrefslogtreecommitdiff
path: root/print/html2ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/html2ps/Makefile')
-rw-r--r--print/html2ps/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile
deleted file mode 100644
index 5a8348871bf..00000000000
--- a/print/html2ps/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2005/11/08 20:46:18 tonio Exp $
-#
-
-DISTNAME= html2ps-1.0b4
-PKGREVISION= 1
-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+= weblint-[0-9]*:../../www/weblint
-
-USE_TOOLS+= perl:run
-LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
-do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/lib/html2ps
- @cd ${WRKSRC} && ./install ${PREFIX}
- @${INSTALL_DATA} ${WRKSRC}/sample ${PREFIX}/lib/html2ps/sample.rc
-
-.include "../../mk/ghostscript.mk"
-.include "../../mk/tex.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"