blob: ce880abcc68a209cc08f00721441e1e0281581ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $NetBSD: Makefile,v 1.27 2013/06/04 22:15:53 tron Exp $
#
PKGVER= 0.8.4
DISTNAME= libcompizconfig-${PKGVER}
PKGREVISION= 19
CATEGORIES= devel gnome
MASTER_SITES= http://releases.compiz.org/${PKGVER}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://compiz.org/
COMMENT= Configuration backend for compiz
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config perl intltool gmake xgettext msgmerge msgfmt
USE_LANGUAGES+= c c++
PKG_SYSCONFSUBDIR?= compizconfig
EGDIR= ${PREFIX}/share/examples/compizconfig
CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config
PKGCONFIG_OVERRIDE= libcompizconfig.pc.in
INSTALLATION_DIRS= ${EGDIR}
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../wm/compiz/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|