ports/textproc/filepp/Makefile
Muhammad Moinur Rahman 0b319e38c5
textproc/filepp: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 08:46:32 +01:00

25 lines
571 B
Makefile

PORTNAME= filepp
PORTVERSION= 1.8.0
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www-users.york.ac.uk/~dm26/filepp/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generic file preprocessor
WWW= https://www-users.york.ac.uk/~dm26/filepp/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= perl5 shebangfix
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ENV= PERL=${PERL}
NO_BUILD= yes
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|$$(moduledir)|$$(DESTDIR)$$(moduledir)|' \
${WRKSRC}/modules/*/Makefile.in
.include <bsd.port.mk>