2013-03-28 04:28:30 +01:00
|
|
|
# Created by: Robert Noland <rnoland@FreeBSD.org>
|
2007-09-06 22:05:06 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= compizconfig-python
|
2009-12-01 22:57:44 +01:00
|
|
|
PORTVERSION= 0.8.4
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 3
|
2007-09-06 22:05:06 +02:00
|
|
|
CATEGORIES= x11-wm
|
2009-04-08 08:55:30 +02:00
|
|
|
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
2007-09-06 22:05:06 +02:00
|
|
|
|
2011-07-05 04:51:42 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-09-06 22:05:06 +02:00
|
|
|
COMMENT= Python bindings for the compizconfig library
|
|
|
|
|
|
|
|
BUILD_DEPENDS= \
|
|
|
|
${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz \
|
|
|
|
${LOCALBASE}/libdata/pkgconfig/libcompizconfig.pc:${PORTSDIR}/x11-wm/libcompizconfig \
|
|
|
|
${PYTHON_SITELIBDIR}/Pyrex/Distutils/__init__.py:${PORTSDIR}/devel/pyrex
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2012-05-13 18:13:24 +02:00
|
|
|
USE_PYTHON= -2.7
|
2012-07-27 15:46:04 +02:00
|
|
|
USE_PKGCONFIG= build
|
2013-03-28 04:28:30 +01:00
|
|
|
USES= pathfix
|
|
|
|
USE_GNOME= glib20
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2007-09-06 22:05:06 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2007-10-29 20:22:40 +01:00
|
|
|
.include <bsd.port.mk>
|