16 lines
338 B
Makefile
16 lines
338 B
Makefile
|
# $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"
|