Fixup fromcvs/togit conversion
[pkgsrcv2.git] / devel / cppunit / Makefile
1 # $NetBSD: Makefile,v 1.21 2012/05/12 05:33:11 adam Exp $
2
3 DISTNAME=       cppunit-1.13.0
4 CATEGORIES=     devel
5 MASTER_SITES=   http://dev-www.libreoffice.org/src/
6
7 MAINTAINER=     pkgsrc-users@NetBSD.org
8 HOMEPAGE=       http://www.freedesktop.org/wiki/Software/cppunit
9 COMMENT=        C++ unit testing framework
10 LICENSE=        gnu-lgpl-v2.1
11
12 PKG_DESTDIR_SUPPORT=    user-destdir
13
14 USE_LANGUAGES=          c c++
15 USE_LIBTOOL=            yes
16 USE_TOOLS+=             gmake
17 GNU_CONFIGURE=          yes
18
19 PKGCONFIG_OVERRIDE=     cppunit.pc.in
20
21 SUBST_CLASSES+=         rpath
22 SUBST_SED.rpath=        -e s';-L@libdir@;${COMPILER_RPATH_FLAG}@libdir@ -L@libdir@;g'
23 SUBST_FILES.rpath=      cppunit-config.in
24 SUBST_STAGE.rpath=      pre-configure
25 SUBST_MESSAGE.rpath=    Adding rpath to cppunit-config.
26
27 .include "options.mk"
28
29 .include "../../mk/bsd.pkg.mk"