1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/textproc/filepp/Makefile
Mathieu Arnold 98ecf04adc Convert to staging.
Sponsored by:	Absolight
2014-01-26 20:37:49 +00:00

22 lines
470 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= filepp
PORTVERSION= 1.8.0
CATEGORIES= textproc
MASTER_SITES= http://www-users.york.ac.uk/~dm26/filepp/
MAINTAINER= ports@FreeBSD.org
COMMENT= A generic file preprocessor
USES= perl5 shebangfix
GNU_CONFIGURE= yes
NO_BUILD= yes
CONFIGURE_ENV= PERL=${PERL}
post-patch:
@${REINPLACE_CMD} -e 's|$$(moduledir)|$$(DESTDIR)$$(moduledir)|' \
${WRKSRC}/modules/*/Makefile.in
.include <bsd.port.mk>