1. Implemented -K option to enable "macro notification mode". 2. Fixed several bugs of the previous release. 3. Ported to Mac OS X / GCC and Visual C++ 2008. 4. Made GCC-specific-build more closer to GCC. 5. Added documentation on source checking of firefox 3.0pre.
15 lines
324 B
Makefile
15 lines
324 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/08/03 13:30:13 jkryl Exp $
|
|
#
|
|
|
|
DISTNAME= mcpp-2.7.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcpp/}
|
|
|
|
MAINTAINER= loo@bazmek.net
|
|
HOMEPAGE= http://mcpp.sourceforge.net/
|
|
COMMENT= Alternative C/C++ preprocessor
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|