1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/x11-wm/ccsm/Makefile
Tobias Kortkamp 2e43fc3403 x11-wm/ccsm: Add LICENSE
- 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)
2019-01-21 08:57:14 +00:00

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>