f09b8dbca6
works with python-2.7.
35 lines
1,001 B
Makefile
35 lines
1,001 B
Makefile
# $NetBSD: Makefile,v 1.11 2011/02/25 09:47:29 wiz Exp $
|
|
#
|
|
|
|
PKGVER= 0.8.4
|
|
DISTNAME= ccsm-${PKGVER}
|
|
PKGREVISION= 1
|
|
CATEGORIES= wm gnome
|
|
MASTER_SITES= http://releases.compiz.org/${PKGVER}/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://compiz.org/
|
|
COMMENT= CompizConfig Settings Manager
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= pkg-config gmake msgfmt intltool
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
REPLACE_PYTHON= ${WRKSRC}/setup.py ${WRKSRC}/ccm/*.py
|
|
|
|
MAKE_ENV+= PYTHONBIN=${PYTHONBIN:Q}
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 26 25
|
|
|
|
DEPENDS+= compizconfig-backend-gconf>=0.6.0:../../devel/compizconfig-backend-gconf
|
|
DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
|
|
|
|
.include "../../devel/py-compizconfig/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|