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