mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
31 lines
629 B
Makefile
31 lines
629 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
|
|
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>
|