View | Details | Raw Unified | Return to bug 189654
Collapse All | Expand All

(-)Makefile (-2 / +7 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	groff
4
PORTNAME=	groff
5
PORTVERSION=	1.22.2
5
PORTVERSION=	1.22.2
6
PORTREVISION=	1
6
CATEGORIES=	textproc
7
CATEGORIES=	textproc
7
MASTER_SITES=	${MASTER_SITE_GNU}
8
MASTER_SITES=	${MASTER_SITE_GNU}
8
MASTER_SITE_SUBDIR=	groff
9
MASTER_SITE_SUBDIR=	groff
Lines 15-25 Link Here
15
BUILD_DEPENDS=	${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils
16
BUILD_DEPENDS=	${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils
16
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
18
18
USE_GHOSTSCRIPT= yes
19
USE_GHOSTSCRIPT=yes
19
USES=		gmake perl5
20
USES=		gmake perl5 shebangfix
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS+=	--with-awk=/usr/bin/awk
22
CONFIGURE_ARGS+=	--with-awk=/usr/bin/awk
23
CONFIGURE_ENV+=	PERLPATH=${perl_CMD} # shebangfix
22
24
25
SHEBANG_FILES=	src/utils/afmtodit/afmtodit.pl \
26
		contrib/mm/mmroff.pl \
27
23
# Canonicalize to A4 if set.
28
# Canonicalize to A4 if set.
24
.if defined(A4) || (defined(PAPERSIZE) && ${PAPERSIZE:tu} == "A4")
29
.if defined(A4) || (defined(PAPERSIZE) && ${PAPERSIZE:tu} == "A4")
25
PAPERSIZE=A4
30
PAPERSIZE=A4

Return to bug 189654