6e0fdd0bff
release 0.3.1 (20130709) - Don't leak memory and assert if a bad command-line option comes after a -D or a -include foo. - Since imake is a principal application for tradcpp and imake carefully hides what it's doing when you run it, when rejecting an invalid option be sure to report *what* that option is.
16 lines
447 B
Makefile
16 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/07/09 17:39:52 dholland Exp $
|
|
#
|
|
|
|
DISTNAME= tradcpp-0.3.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
|
|
|
|
MAINTAINER= dholland@NetBSD.org
|
|
#HOMEPAGE= http://www.netbsd.org/~dholland/tradcpp/ (not yet)
|
|
COMMENT= Traditional (K&R-style) C preprocessor
|
|
LICENSE= modified-bsd
|
|
|
|
USE_BSD_MAKEFILE= yes
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|