pkgsrc/devel/libcompizconfig/Makefile

33 lines
822 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2011/04/22 13:43:20 obache Exp $
#
PKGVER= 0.8.4
DISTNAME= libcompizconfig-${PKGVER}
PKGREVISION= 5
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
2009-07-08 18:27:31 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
2011-03-06 14:23:20 +01:00
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
2009-07-08 18:27:31 +02:00
INSTALLATION_DIRS= ${EGDIR}
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../wm/compiz/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"