Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

27
devel/cppunit/Makefile Normal file
View File

@@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.24 2012/10/31 11:16:48 asau Exp $
DISTNAME= cppunit-1.13.1
CATEGORIES= devel
MASTER_SITES= http://dev-www.libreoffice.org/src/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freedesktop.org/wiki/Software/cppunit
COMMENT= C++ unit testing framework
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= cppunit.pc.in
SUBST_CLASSES+= rpath
SUBST_SED.rpath= -e s';-L@libdir@;${COMPILER_RPATH_FLAG}@libdir@ -L@libdir@;g'
SUBST_FILES.rpath= cppunit-config.in
SUBST_STAGE.rpath= pre-configure
SUBST_MESSAGE.rpath= Adding rpath to cppunit-config.
.include "options.mk"
.include "../../mk/bsd.pkg.mk"