27 lines
708 B
Makefile
27 lines
708 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:28 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= compizconfig-python-0.6.0
|
|
PKGNAME= ${PYPKGPREFIX}-compizconfig-0.6.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= http://releases.compiz-fusion.org/0.6.0/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.compiz-fusion.org/
|
|
COMMENT= Python bindings for libcompizconfig
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
|
|
PY_PATCHPLIST= yes
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex
|
|
|
|
.include "../../wm/compiz/buildlink3.mk"
|
|
.include "../../devel/libcompizconfig/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|