2013-08-03 10:45:51 +02:00
|
|
|
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
2001-02-21 07:05:31 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= filepp
|
2007-05-27 11:48:34 +02:00
|
|
|
PORTVERSION= 1.8.0
|
2001-02-21 07:05:31 +01:00
|
|
|
CATEGORIES= textproc
|
2011-08-25 10:48:58 +02:00
|
|
|
MASTER_SITES= http://www-users.york.ac.uk/~dm26/filepp/
|
2001-02-21 07:05:31 +01:00
|
|
|
|
2001-06-09 18:37:14 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-08-03 16:15:08 +02:00
|
|
|
COMMENT= Generic file preprocessor
|
2001-02-21 07:05:31 +01:00
|
|
|
|
2014-01-26 21:37:49 +01:00
|
|
|
USES= perl5 shebangfix
|
2001-02-21 07:05:31 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
2014-01-26 21:37:49 +01:00
|
|
|
CONFIGURE_ENV= PERL=${PERL}
|
2001-02-21 07:05:31 +01:00
|
|
|
|
2014-01-26 21:37:49 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$$(moduledir)|$$(DESTDIR)$$(moduledir)|' \
|
|
|
|
${WRKSRC}/modules/*/Makefile.in
|
2001-02-21 07:05:31 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|