aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/unroff/Makefile
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1996-04-10 14:38:59 +0800
committertg <tg@FreeBSD.org>1996-04-10 14:38:59 +0800
commit8e62d8e5cf96bc43265d6d9cf8895ad614027da7 (patch)
tree80228121f00d0597d19a2069c427b0c99ce0ee4c /textproc/unroff/Makefile
parent454a94754a14ebe26900c46ac1b98919ce91d82b (diff)
downloadfreebsd-ports-gnome-8e62d8e5cf96bc43265d6d9cf8895ad614027da7.tar.gz
freebsd-ports-gnome-8e62d8e5cf96bc43265d6d9cf8895ad614027da7.tar.zst
freebsd-ports-gnome-8e62d8e5cf96bc43265d6d9cf8895ad614027da7.zip
Import unroff, a programmable, extensible troff converter with
HTML backend.
Diffstat (limited to 'textproc/unroff/Makefile')
-rw-r--r--textproc/unroff/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile
new file mode 100644
index 000000000000..34ab3053de08
--- /dev/null
+++ b/textproc/unroff/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: unroff
+# Version required: 1.0
+# Date created: 18 Feb 1996
+# Whom: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
+#
+# $Id$
+#
+
+DISTNAME= unroff-1.0
+CATEGORIES+= print
+MASTER_SITES= http://www-rn.informatik.uni-bremen.de/software/unroff/dist/
+
+MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
+
+RUN_DEPENDS= elk:${PORTSDIR}/lang/elk
+
+PATCH_STRIP= -p1
+
+.include <bsd.port.mk>