pkgsrc/wm/ccsm/Makefile
wiz aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00

33 lines
965 B
Makefile

# $NetBSD: Makefile,v 1.13 2012/04/08 19:09:14 wiz Exp $
#
PKGVER= 0.8.4
DISTNAME= ccsm-${PKGVER}
PKGREVISION= 2
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}
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"