diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-04-10 06:38:59 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-04-10 06:38:59 +0000 |
commit | 3629f1878c9adf90423aef4e2109be212aa08abc (patch) | |
tree | 6f9ea76c03881af53819953dc8d028b49d2faa53 /textproc/unroff/Makefile | |
parent | use .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/Makefile | 19 |
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> |