Import x11-wm/ccsm version 0.8.4_4
[dports.git] / x11-wm / ccsm / Makefile
1 # New ports collection makefile for:    ccsm
2 # Date created:         2007-08-17
3 # Whom:                 Robert Noland <rnoland@FreeBSD.org>
4 #
5 # $FreeBSD: ports/x11-wm/ccsm/Makefile,v 1.17 2012/11/17 06:03:41 svnexp Exp $
6 #
7
8 PORTNAME=       ccsm
9 PORTVERSION=    0.8.4
10 PORTREVISION=   4
11 CATEGORIES=     x11-wm
12 MASTER_SITES=   http://releases.compiz.org/${PORTVERSION}/
13
14 MAINTAINER=     ports@FreeBSD.org
15 COMMENT=        A Python/GTK based settings manager for CompizConfig
16
17 RUN_DEPENDS=    ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python
18
19 USE_BZIP2=      yes
20 USE_GMAKE=      yes
21 USE_GETTEXT=    yes
22 USE_GNOME=      pygtk2
23 USE_PYTHON=     -2.7
24
25 INSTALLS_EGGINFO=       yes
26
27 INSTALLS_ICONS= yes
28
29 .include <bsd.port.mk>