22 lines
446 B
Makefile
22 lines
446 B
Makefile
|
COMMENT = cpp-like generic file pre-processor
|
||
|
|
||
|
DISTNAME = filepp-1.8.0
|
||
|
REVISION = 3
|
||
|
CATEGORIES = textproc devel
|
||
|
MASTER_SITES = http://www-users.york.ac.uk/~dm26/filepp/
|
||
|
|
||
|
HOMEPAGE = http://www-users.york.ac.uk/~dm26/filepp/
|
||
|
|
||
|
# GPLv2+
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
CONFIGURE_STYLE = gnu dest
|
||
|
NO_BUILD = Yes
|
||
|
PKG_ARCH = *
|
||
|
TEST_TARGET = fulltest
|
||
|
|
||
|
post-configure:
|
||
|
sed -i 's,$${DESTDIR}${TRUEPREFIX},${TRUEPREFIX},g' ${WRKSRC}/filepp
|
||
|
|
||
|
.include <bsd.port.mk>
|