opnsense-ports/devel/tradcpp/Makefile
Franco Fichtner 70984a1243 */*: sync with upstream
Taken from: FreeBSD
2015-12-10 08:14:22 +01:00

19 lines
391 B
Makefile

# $FreeBSD$
PORTNAME= tradcpp
PORTVERSION= 0.5.1
CATEGORIES= devel
MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Traditional (K&R-style) C preprocessor
LICENSE= BSD2CLAUSE
MAKE_ARGS= BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man/man
USES= uidfix
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>