2013-08-03 10:45:51 +02:00
|
|
|
# Created by: Thierry Thomas <thierry@pompo.net>
|
2006-12-17 23:19:04 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sowing
|
2015-02-16 04:48:53 +01:00
|
|
|
PORTVERSION= 1.1.17
|
2006-12-17 23:19:04 +01:00
|
|
|
CATEGORIES= textproc
|
2011-03-25 12:36:18 +01:00
|
|
|
MASTER_SITES= http://ftp.mcs.anl.gov/pub/sowing/
|
2006-12-17 23:19:04 +01:00
|
|
|
|
2009-12-30 14:48:56 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-12-17 23:19:04 +01:00
|
|
|
COMMENT= Text processing tools to generate documentation from source files
|
|
|
|
|
2013-05-06 04:00:40 +02:00
|
|
|
BUILD_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm
|
2013-05-11 19:58:55 +02:00
|
|
|
RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm
|
2006-12-17 23:19:04 +01:00
|
|
|
|
2014-08-22 20:06:48 +02:00
|
|
|
USES= gmake perl5
|
2006-12-17 23:19:04 +01:00
|
|
|
USE_GHOSTSCRIPT=yes
|
2013-05-11 19:58:55 +02:00
|
|
|
USE_TEX= latex dvipsk
|
2006-12-17 23:19:04 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --datadir=${DATADIR}
|
|
|
|
ALL_TARGET= all-redirect
|
|
|
|
|
2014-08-22 20:06:48 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|\([[:blank:]]\)\($$(exec_prefix)\)|\1$$(DESTDIR)\2| ; \
|
|
|
|
s|\([[:blank:]]\)\($$(bindir)\)|\1$$(DESTDIR)\2| ; \
|
|
|
|
s|\([[:blank:]]\)\($$(datadir)\)|\1$$(DESTDIR)\2| ; \
|
|
|
|
s|\([[:blank:]]\)\($$(man1dir)\)|\1$$(DESTDIR)\2|' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2006-12-17 23:19:04 +01:00
|
|
|
|
|
|
|
.if defined(MAINTAINER_MODE)
|
|
|
|
regression-test: install
|
|
|
|
@(cd ${BUILD_WRKSRC}; \
|
2014-06-25 07:35:31 +02:00
|
|
|
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} testing)
|
2006-12-17 23:19:04 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|