1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/x11-wm/simple-ccsm/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

30 lines
622 B
Makefile

# New ports collection makefile for: simple-ccsm
# Date created: 2008-09-21
# Whom: Robert Noland <rnoland@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= simple-ccsm
PORTVERSION= 0.8.4
PORTREVISION= 4
CATEGORIES= x11-wm
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
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
USES= gettext
USE_GNOME= pygtk2
USE_PYTHON= -2.7
INSTALLS_EGGINFO= yes
INSTALLS_ICONS= yes
.include <bsd.port.mk>