pkgsrc-wip/mcpp/Makefile
Jan Kryl 1eec078256 MCPP is an alternative C/C++ preprocessor with the highest conformance,
implementated by Kiyoshi Matsui.  It supports multiple standards: K&R,
ISO C90, ISO C99, and ISO C++98.  MCPP is especially useful for
debugging the source program which use complicated macros and also
useful for checking portability of the source.
2008-03-04 23:40:05 +00:00

15 lines
328 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/03/04 23:40:05 jkryl Exp $
#
DISTNAME= mcpp-2.6.4
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"