handling. XXX: Other OSes might need to use the same PLIST as Solaris does but i can't test it.
25 lines
498 B
Makefile
25 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/01/05 01:07:57 salo Exp $
|
|
#
|
|
|
|
DISTNAME= groff-1.18.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
|
|
USE_BUILDLINK2= YES
|
|
|
|
INFO_FILES= groff
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.ifdef PAPERSIZE
|
|
CONFIGURE_ENV+= PAGE=${PAPERSIZE}
|
|
.endif
|
|
|
|
.include "../../mk/texinfo.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|