25 lines
513 B
Makefile
Raw Normal View History

2015-02-17 21:19:34 +00:00
# $OpenBSD: Makefile,v 1.5 2015/02/17 21:19:34 naddy Exp $
COMMENT = cpp-like generic file pre-processor
DISTNAME = filepp-1.8.0
2015-02-17 21:19:34 +00:00
REVISION = 0
CATEGORIES = textproc devel
MASTER_SITES = ${HOMEPAGE}
HOMEPAGE = http://www.cabaret.demon.co.uk/filepp/
MAINTAINER = William Yodlowsky <william@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
CONFIGURE_STYLE = gnu dest
NO_BUILD = Yes
PKG_ARCH = *
2013-03-11 11:35:43 +00:00
TEST_TARGET = fulltest
post-configure:
@perl -pi -e 's,\$${DESTDIR},,g;' ${WRKSRC}/filepp
.include <bsd.port.mk>