summaryrefslogtreecommitdiff
path: root/print/html2latex/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-04-12 22:30:50 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-04-12 22:30:50 +0000
commit60b6bf6d2e699d33177144fa56580f8a96f7a570 (patch)
tree1185d4a6060056462fc1cfa7fc60aa5158b83d06 /print/html2latex/Makefile
parentUpgrade to next snapshot (diff)
html2latex, a simple converter to make HTML files printable.
(I've made sure and got an explicit permission from the author for redistribution.)
Notes
Notes: svn path=/head/; revision=2994
Diffstat (limited to 'print/html2latex/Makefile')
-rw-r--r--print/html2latex/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/print/html2latex/Makefile b/print/html2latex/Makefile
new file mode 100644
index 000000000000..739528bdb54b
--- /dev/null
+++ b/print/html2latex/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: html2latex
+# Version required: 0.9c
+# Date created: 29-March-1996
+# Whom: joerg
+#
+# $Id$
+#
+
+DISTNAME= html2latex-0.9c
+PKGNAME= html2latex-0.9
+CATEGORIES+= printing
+# i can't seem to find the original dist site
+MASTER_SITES= ftp://ftp.germany.eu.net/pub/infosystems/www/ncsa/Web/Mosaic/Contrib/
+DISTFILES= html2latex-0.9c.tar.Z
+
+MAINTAINER= joerg@FreeBSD.org
+
+.include <bsd.port.mk>