summaryrefslogtreecommitdiff
path: root/textproc/unroff/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1996-04-10 06:38:59 +0000
committerThomas Gellekum <tg@FreeBSD.org>1996-04-10 06:38:59 +0000
commit3629f1878c9adf90423aef4e2109be212aa08abc (patch)
tree6f9ea76c03881af53819953dc8d028b49d2faa53 /textproc/unroff/Makefile
parentuse .for loop for common targets (diff)
Import unroff, a programmable, extensible troff converter with
HTML backend.
Notes
Notes: svn path=/head/; revision=2965
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>