update Tue May 4 18:37:00 PDT 2010
[pkgsrc.git] / devel / libcompizconfig / Makefile
1 # $NetBSD: Makefile,v 1.5 2009/11/26 19:51:14 imil Exp $
2 #
3
4 PKGVER=         0.8.4
5 DISTNAME=       libcompizconfig-${PKGVER}
6 CATEGORIES=     devel gnome
7 MASTER_SITES=   http://releases.compiz.org/${PKGVER}/
8
9 MAINTAINER=     pkgsrc-users@NetBSD.org
10 HOMEPAGE=       http://compiz.org/
11 COMMENT=        Configuration backend for compiz
12 LICENSE=        gnu-gpl-v2
13
14 PKG_DESTDIR_SUPPORT=    user-destdir
15
16 GNU_CONFIGURE=  yes
17 USE_LIBTOOL=    yes
18 USE_TOOLS+=     pkg-config perl intltool gmake
19 USE_LANGUAGES+= c c++
20
21 PKG_SYSCONFSUBDIR?=     compizconfig
22 EGDIR=          ${PREFIX}/share/examples/compizconfig
23 CONF_FILES+=    ${EGDIR}/config ${PKG_SYSCONFDIR}/config
24
25 PKGCONFIG_OVERRIDE=     libcompizconfig.pc.in
26
27 INSTALLATION_DIRS=      ${EGDIR}
28
29 .include "../../textproc/libxml2/buildlink3.mk"
30 .include "../../wm/compiz/buildlink3.mk"
31 .include "../../mk/bsd.pkg.mk"