1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/tradcpp/Makefile
2013-12-26 17:45:46 +00:00

21 lines
387 B
Makefile

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