freebsd-ports/x11-wm/ccsm/Makefile
Florent Thoumie c1c4876556 Update x11-wm/ccsm to 0.6.0, this should have been committed along with
x11-wm/compiz update.

Submitted by:	maintainer
Approved by:	portmgr (pav, erwin)
2007-11-05 15:04:59 +00:00

29 lines
613 B
Makefile

# 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
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>