freebsd-ports/x11-wm/ccsm/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

26 lines
625 B
Makefile

# Created by: Robert Noland <rnoland@FreeBSD.org>
# $FreeBSD$
PORTNAME= ccsm
PORTVERSION= 0.8.4
PORTREVISION= 6
CATEGORIES= x11-wm
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
MAINTAINER= freebsd-ports@dan.me.uk
COMMENT= Python/GTK based settings manager for CompizConfig
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python
USES= gettext gmake 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>