mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
2e43fc3403
- While here add missing USES=gnome - Reset maintainer due to the long timeout PR: 230916 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Approved by: freebsd-ports@dan.me.uk (maintainer timeout, ~5 months)
30 lines
725 B
Makefile
30 lines
725 B
Makefile
# Created by: Robert Noland <rnoland@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ccsm
|
|
PORTVERSION= 0.8.4
|
|
PORTREVISION= 7
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python/GTK based settings manager for CompizConfig
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:x11-wm/compizconfig-python
|
|
|
|
USES= gettext gmake gnome python:2.7 tar:bzip2
|
|
USE_GNOME= intltool pygtk2
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's,@python ,@${PYTHON_CMD} ,' ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install --root=${STAGEDIR} --prefix=${PREFIX})
|
|
|
|
.include <bsd.port.mk>
|