aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/ccsm/Makefile
blob: d90e823aa08a5c54d46d30a2faa8c0f9bddb31fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    ccsm
# Date created:     2007-08-17
# Whom:         Robert Noland <rnoland@2hip.net>
#
# $FreeBSD$
#

PORTNAME=   ccsm
PORTVERSION=    0.6.0
#PORTREVISION=  0
PORTREVISION=   1
CATEGORIES= x11-wm
MASTER_SITES=   http://releases.compiz-fusion.org/${PORTVERSION}/

MAINTAINER= rnoland@2hip.net
COMMENT=    A Python/GTK based settings manager for CompizConfig

RUN_DEPENDS=    ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_GETTEXT=    yes
USE_GNOME=  pygtk2
USE_PYTHON= yes

INSTALLS_EGGINFO=   yes

INSTALLS_ICONS= yes

.include <bsd.port.mk>