release 0.4 (20130713) - Fix stupid build problem introduced in 0.3.1. - Accept and ignore -m32, which imake issues willy-nilly on a bunch of platforms. I thought this had already been done, but apparently not. - Don't use the <err.h> functions. There are still people out there using legacy systems missing them. - Sort out some more issues pertaining to handling quoted strings. - Add some more tests.
16 lines
445 B
Makefile
16 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.6 2013/07/13 18:51:03 dholland Exp $
|
|
#
|
|
|
|
DISTNAME= tradcpp-0.4
|
|
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"
|