freebsd-ports/x11-wm/compizconfig-python/Makefile

33 lines
834 B
Makefile
Raw Normal View History

# Created by: Robert Noland <rnoland@FreeBSD.org>
# $FreeBSD$
PORTNAME= compizconfig-python
PORTVERSION= 0.8.4
2012-06-01 07:26:28 +02:00
PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
2011-07-05 04:51:42 +02:00
MAINTAINER= ports@FreeBSD.org
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
USES= pathfix
USE_GNOME= glib20
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
post-patch:
@${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>