freebsd-ports/devel/tradcpp/Makefile
Sunpoet Po-Chuan Hsieh 1abb9024d8 - Update to 0.5.2
- Add my LOCAL to MASTER_SITES

- Fix typo in -U usage message, noticed by Joerg.
- Add a -debuglog option to send an execution trace to a file. Intended to be
  used when debugging imake templates and other complex input, not for debugging
  tradcpp itself.
2016-11-19 17:02:59 +00:00

20 lines
409 B
Makefile

# $FreeBSD$
PORTNAME= tradcpp
PORTVERSION= 0.5.2
CATEGORIES= devel
MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/ \
LOCAL/sunpoet
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>