summaryrefslogtreecommitdiff
path: root/textproc/groff/Makefile
blob: dec8569446a654f0719a4a08f817ff47b9af4e20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# $NetBSD: Makefile,v 1.13 2003/07/17 22:54:16 grant Exp $
#

DISTNAME=	groff-1.19
PKGREVISION=	3
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

DEPENDS+=	netpbm>=10.0:../../graphics/netpbm
DEPENDS+=	psutils>=1.17:../../print/psutils

GNU_CONFIGURE=		YES
USE_GCC_SHLIB=		YES
USE_PERL5=		YES
USE_BUILDLINK2=		YES
USE_NEW_TEXINFO=	YES

INFO_FILES=	groff

post-install:
	${INSTALL_DATA} ${FILESDIR}/mdoc.local \
		${PREFIX}/share/groff/site-tmac

.include "../../mk/bsd.prefs.mk"

.ifdef PAPERSIZE
CONFIGURE_ENV+=	PAGE=${PAPERSIZE}
.endif

.include "../../mk/ghostscript.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"