Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

18
devel/mcpp/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1 2013/10/20 15:06:58 ryoon Exp $
DISTNAME= mcpp-2.7.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcpp/}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/mcpp/files/mcpp/V.2.7.2/
COMMENT= Portable C/C++ preprocessor
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --enable-mcpplib
.include "../../mk/bsd.pkg.mk"