summaryrefslogtreecommitdiff
path: root/textproc/groff/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-05-14 14:08:08 +0000
committerwiz <wiz@pkgsrc.org>2001-05-14 14:08:08 +0000
commiteda927af23a5f99745b48500ff6cf58ae2100042 (patch)
treec330f85ffa2fe5b48e3c59049e22c9ab38ad2a4d /textproc/groff/Makefile
parent09c3f680bab40d23736dce8e3d456302f430d575 (diff)
downloadpkgsrc-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/Makefile15
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"