mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Python bindings for the compizconfig library
WWW: http://forums.compiz-fusion.org/ PR: ports/116138 Submitted by: Robert Noland <rnoland@2hip.net>
This commit is contained in:
parent
12e6537916
commit
7d0fb890a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198926
@ -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
|
||||
|
37
x11-wm/compizconfig-python/Makefile
Normal file
37
x11-wm/compizconfig-python/Makefile
Normal file
@ -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>
|
3
x11-wm/compizconfig-python/distinfo
Normal file
3
x11-wm/compizconfig-python/distinfo
Normal file
@ -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
|
3
x11-wm/compizconfig-python/pkg-descr
Normal file
3
x11-wm/compizconfig-python/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Python bindings for the compizconfig library
|
||||
|
||||
WWW: http://forums.compiz-fusion.org/
|
5
x11-wm/compizconfig-python/pkg-plist
Normal file
5
x11-wm/compizconfig-python/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $FreeBSD$
|
||||
%%PYTHON_SITELIBDIR%%/compizconfig.so
|
||||
%%PYTHON_SITELIBDIR%%/compizconfig.la
|
||||
%%PYTHON_SITELIBDIR%%/compizconfig.a
|
||||
libdata/pkgconfig/compizconfig-python.pc
|
Loading…
Reference in New Issue
Block a user