diff options
author | laszlof <laszlof@FreeBSD.org> | 2007-09-06 20:05:06 +0000 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2007-09-06 20:05:06 +0000 |
commit | fb2764c1c64cfe33e14a18ef8e6ea938115f9697 (patch) | |
tree | cd2950a9143017daf87048a6929b9e55a3256e01 /x11-wm | |
parent | 41190cfba71032e2d1a848ff1315889018b184a7 (diff) | |
download | FreeBSD-ports-fb2764c1c64cfe33e14a18ef8e6ea938115f9697.zip FreeBSD-ports-fb2764c1c64cfe33e14a18ef8e6ea938115f9697.tar.gz |
Python bindings for the compizconfig library
WWW: http://forums.compiz-fusion.org/
PR: ports/116138
Submitted by: Robert Noland <rnoland@2hip.net>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/compizconfig-python/Makefile | 37 | ||||
-rw-r--r-- | x11-wm/compizconfig-python/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/compizconfig-python/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/compizconfig-python/pkg-plist | 5 |
5 files changed, 49 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 1c199e4..66f0c5c 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -29,6 +29,7 @@ SUBDIR += clementine SUBDIR += compiz SUBDIR += compizconfig-backend-gconf + SUBDIR += compizconfig-python SUBDIR += compiz-fusion-plugins-extra SUBDIR += compiz-fusion-plugins-main SUBDIR += compiz-fusion-plugins-unsupported diff --git a/x11-wm/compizconfig-python/Makefile b/x11-wm/compizconfig-python/Makefile new file mode 100644 index 0000000..e0d3fdd --- /dev/null +++ b/x11-wm/compizconfig-python/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: compizconfig-python +# Date created: 2007-08-17 +# Whom: Robert Noland <rnoland@2hip.net> +# +# $FreeBSD$ +# + +PORTNAME= compizconfig-python +PORTVERSION= 0.5.2 +#PORTREVISION= 0 +CATEGORIES= x11-wm +MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/ + +MAINTAINER= rnoland@2hip.net +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 +USE_PYTHON= yes +USE_GNOME= gnomehack glib20 +USE_AUTOTOOLS= libtool:15 + +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e \ + 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> diff --git a/x11-wm/compizconfig-python/distinfo b/x11-wm/compizconfig-python/distinfo new file mode 100644 index 0000000..dc67dbf --- /dev/null +++ b/x11-wm/compizconfig-python/distinfo @@ -0,0 +1,3 @@ +MD5 (compizconfig-python-0.5.2.tar.bz2) = d3bb6415a3f0adc626e2f5e2bdef4495 +SHA256 (compizconfig-python-0.5.2.tar.bz2) = 8bd8ffde02f2d0d3bc5ed754beaa5f94c69fc43ecdfefc1fba3ec0298c943e1c +SIZE (compizconfig-python-0.5.2.tar.bz2) = 254604 diff --git a/x11-wm/compizconfig-python/pkg-descr b/x11-wm/compizconfig-python/pkg-descr new file mode 100644 index 0000000..0541174 --- /dev/null +++ b/x11-wm/compizconfig-python/pkg-descr @@ -0,0 +1,3 @@ +Python bindings for the compizconfig library + +WWW: http://forums.compiz-fusion.org/ diff --git a/x11-wm/compizconfig-python/pkg-plist b/x11-wm/compizconfig-python/pkg-plist new file mode 100644 index 0000000..a3490dc --- /dev/null +++ b/x11-wm/compizconfig-python/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD$ +%%PYTHON_SITELIBDIR%%/compizconfig.so +%%PYTHON_SITELIBDIR%%/compizconfig.la +%%PYTHON_SITELIBDIR%%/compizconfig.a +libdata/pkgconfig/compizconfig-python.pc |