summaryrefslogblamecommitdiff
path: root/x11-wm/ccsm/Makefile
blob: be85fead683d24979c3791d54bca042ab1908866 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
           

                    
                     
                 
                      
                                                          
 
                                       
                                                                  


                                                                                                            
                                                
                      


                   


                                                                                             
                      
# 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:${PORTSDIR}/x11-wm/compizconfig-python

USES=		gettext gmake python:2 tar:bzip2
USE_GNOME=	pygtk2

INSTALLS_ICONS=	yes

do-install:
	@(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install --root=${STAGEDIR} --prefix=${PREFIX})

.include <bsd.port.mk>