mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
952dad0b43
- Catch up with threading API changes of glib20. - Revert a premature update to later libcompizconfig API by upstream, i.e., http://cgit.compiz.org/compiz/compizconfig/simple-ccsm/commit/?id=f0f61be0 PR: 190557 [1]
26 lines
628 B
Makefile
26 lines
628 B
Makefile
# Created by: Robert Noland <rnoland@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= simple-ccsm
|
|
PORTVERSION= 0.8.8
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
|
|
|
MAINTAINER= freebsd-ports@dan.me.uk
|
|
COMMENT= A Python/GTK based settings manager for CompizConfig
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python
|
|
|
|
USES= gettext gmake pkgconfig tar:bzip2
|
|
USE_GNOME= pygtk2
|
|
USE_PYTHON= 2
|
|
|
|
INSTALLS_EGGINFO= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install --root=${STAGEDIR} --prefix=${PREFIX})
|
|
|
|
.include <bsd.port.mk>
|