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
|
2010-07-15 09:29:00 +02:00
|
|
|
PORTVERSION= 1.1.16
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2013-08-03 10:45:51 +02:00
|
|
|
USES= perl5
|
2006-12-17 23:19:04 +01:00
|
|
|
USE_GHOSTSCRIPT=yes
|
|
|
|
USE_GMAKE= 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_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
CONFIGURE_ARGS= --datadir=${DATADIR}
|
|
|
|
ALL_TARGET= all-redirect
|
|
|
|
|
|
|
|
MAN1= bfort.1 doctext.1 tohtml.1
|
|
|
|
|
|
|
|
.if defined(MAINTAINER_MODE)
|
|
|
|
regression-test: install
|
|
|
|
@(cd ${BUILD_WRKSRC}; \
|
|
|
|
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} testing)
|
|
|
|
.endif
|
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2006-12-17 23:19:04 +01:00
|
|
|
.include <bsd.port.mk>
|