mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
24 lines
594 B
Makefile
24 lines
594 B
Makefile
# Created by: Robert Noland <rnoland@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ccsm
|
|
PORTVERSION= 0.8.4
|
|
PORTREVISION= 6
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
|
|
|
MAINTAINER= freebsd-ports@dan.me.uk
|
|
COMMENT= Python/GTK based settings manager for CompizConfig
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:x11-wm/compizconfig-python
|
|
|
|
USES= gettext gmake python:2 tar:bzip2
|
|
USE_GNOME= intltool pygtk2
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install --root=${STAGEDIR} --prefix=${PREFIX})
|
|
|
|
.include <bsd.port.mk>
|