devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / confuse / Makefile
1 # $NetBSD: Makefile,v 1.9 2010/12/02 16:10:34 wiz Exp $
2 #
3
4 DISTNAME=       confuse-2.7
5 PKGREVISION=    1
6 CATEGORIES=     devel
7 MASTER_SITES=   http://savannah.nongnu.org/download/confuse/
8
9 MAINTAINER=     pkgsrc-users@NetBSD.org
10 HOMEPAGE=       http://www.nongnu.org/confuse/
11 COMMENT=        Configuration file parser library
12
13 PKG_INSTALLATION_TYPES= overwrite pkgviews
14 PKG_DESTDIR_SUPPORT=    user-destdir
15
16 GNU_CONFIGURE=          YES
17 CONFIGURE_ARGS+=        --enable-shared
18 USE_LIBTOOL=            YES
19 USE_PKGLOCALEDIR=       YES
20 USE_TOOLS+=             pkg-config msgfmt
21
22 PKGCONFIG_OVERRIDE+=    libconfuse.pc.in
23 INSTALLATION_DIRS=      lib include
24
25 # the included, but generated, lexer.c includes a
26 # definition of a function which is then not used.
27 BUILDLINK_TRANSFORM+=   rm:-Werror
28
29 .include "../../devel/gettext-lib/buildlink3.mk"
30 .include "../../mk/bsd.pkg.mk"