aboutsummaryrefslogtreecommitdiffstats
path: root/print/html2latex/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-04-13 06:30:50 +0800
committerjoerg <joerg@FreeBSD.org>1996-04-13 06:30:50 +0800
commitdf95dc4eacddc9d0ed21667a2de34ea1c45b0f8e (patch)
tree92ed277867045d1ff148ed286f6f33713d2aa822 /print/html2latex/Makefile
parenta62cc7e6fa0b7b929f0eacde2709ead9a0f69e75 (diff)
downloadfreebsd-ports-gnome-df95dc4eacddc9d0ed21667a2de34ea1c45b0f8e.tar.gz
freebsd-ports-gnome-df95dc4eacddc9d0ed21667a2de34ea1c45b0f8e.tar.zst
freebsd-ports-gnome-df95dc4eacddc9d0ed21667a2de34ea1c45b0f8e.zip
html2latex, a simple converter to make HTML files printable.
(I've made sure and got an explicit permission from the author for redistribution.)
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>