mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
22 lines
535 B
Makefile
22 lines
535 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD: head/textproc/filepp/Makefile 363904 2014-08-03 14:15:08Z olgeni $
|
|
|
|
PORTNAME= filepp
|
|
PORTVERSION= 1.8.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www-users.york.ac.uk/~dm26/filepp/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= 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>
|