blob: 66abe830d40609af9b2e5e23971892f0827b9874 (
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
|
# 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>
|