pkgsrc/devel/libcompizconfig/Makefile
imil 62048227bd Updated to 0.8.4
- MASTER_SITES changed
- HOMEPAGE changed
- added LICENSE
- added gmake to USE_TOOLS
- added USE_LANGUAGES+= c c++
2009-11-26 19:51:14 +00:00

31 lines
779 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/11/26 19:51:14 imil Exp $
#
PKGVER= 0.8.4
DISTNAME= libcompizconfig-${PKGVER}
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
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config perl intltool gmake
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"