diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-14 14:08:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-14 14:08:08 +0000 |
commit | eda927af23a5f99745b48500ff6cf58ae2100042 (patch) | |
tree | c330f85ffa2fe5b48e3c59049e22c9ab38ad2a4d /textproc/groff/Makefile | |
parent | 09c3f680bab40d23736dce8e3d456302f430d575 (diff) | |
download | pkgsrc-eda927af23a5f99745b48500ff6cf58ae2100042.tar.gz |
Initial import of groff-1.16.1 -- GNU groff text formatting system.
Diffstat (limited to 'textproc/groff/Makefile')
-rw-r--r-- | textproc/groff/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile new file mode 100644 index 00000000000..bc45b430dd1 --- /dev/null +++ b/textproc/groff/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:08:08 wiz Exp $ +# + +DISTNAME= groff-1.16.1 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=groff/} + +MAINTAINER= wiz@netbsd.org +HOMEPAGE= http://www.gnu.org/software/groff/groff.html +COMMENT= GNU roff text processing suite + +GNU_CONFIGURE= YES +USE_PERL5= YES + +.include "../../mk/bsd.pkg.mk" |