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

(-)textproc/sowing/Makefile (-4 / +8 lines)
Lines 13-27 Link Here
13
BUILD_DEPENDS=	ppmtogif:${PORTSDIR}/graphics/netpbm
13
BUILD_DEPENDS=	ppmtogif:${PORTSDIR}/graphics/netpbm
14
RUN_DEPENDS=	ppmtogif:${PORTSDIR}/graphics/netpbm
14
RUN_DEPENDS=	ppmtogif:${PORTSDIR}/graphics/netpbm
15
15
16
USES=		perl5 gmake
16
USES=		gmake perl5
17
USE_GHOSTSCRIPT=yes
17
USE_GHOSTSCRIPT=yes
18
USE_TEX=	latex dvipsk
18
USE_TEX=	latex dvipsk
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	INSTALL_SCRIPT="${INSTALL_SCRIPT}"
21
CONFIGURE_ARGS=	--datadir=${DATADIR}
20
CONFIGURE_ARGS=	--datadir=${DATADIR}
22
ALL_TARGET=	all-redirect
21
ALL_TARGET=	all-redirect
23
22
24
MAN1=		bfort.1 doctext.1 tohtml.1
23
post-patch:
24
	@${REINPLACE_CMD} -e \
25
		's|\([[:blank:]]\)\($$(exec_prefix)\)|\1$$(DESTDIR)\2| ; \
26
		 s|\([[:blank:]]\)\($$(bindir)\)|\1$$(DESTDIR)\2| ; \
27
		 s|\([[:blank:]]\)\($$(datadir)\)|\1$$(DESTDIR)\2| ; \
28
		 s|\([[:blank:]]\)\($$(man1dir)\)|\1$$(DESTDIR)\2|' \
29
		${WRKSRC}/Makefile.in
25
30
26
.if defined(MAINTAINER_MODE)
31
.if defined(MAINTAINER_MODE)
27
regression-test: install
32
regression-test: install
Lines 29-33 Link Here
29
	${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} testing)
34
	${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} testing)
30
.endif
35
.endif
31
36
32
NO_STAGE=	yes
33
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)textproc/sowing/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Text processing tools developed by Bill Gropp.
1
Text processing tools developed by Bill Gropp.
2
It might be used to build the PETSc & MPICH documentation.
2
It might be used to build the PETSc & MPICH documentation.
3
3
4
WWW: http://www.mcs.anl.gov/petsc/petsc-2/developers/
4
WWW: http://web.engr.illinois.edu/~wgropp/projects/software/sowing/
(-)textproc/sowing/pkg-plist (+3 lines)
Lines 6-11 Link Here
6
bin/pstogif
6
bin/pstogif
7
bin/pstoxbm
7
bin/pstoxbm
8
bin/tohtml
8
bin/tohtml
9
man/man1/bfort.1.gz
10
man/man1/doctext.1.gz
11
man/man1/tohtml.1.gz
9
%%DATADIR%%/basedefs.txt
12
%%DATADIR%%/basedefs.txt
10
%%DATADIR%%/blueball.gif
13
%%DATADIR%%/blueball.gif
11
%%DATADIR%%/doctext/html.def
14
%%DATADIR%%/doctext/html.def

Return to bug 192810