35 lines
810 B
Makefile
35 lines
810 B
Makefile
# $OpenBSD: Makefile,v 1.3 2015/04/21 18:51:26 sthen Exp $
|
|
|
|
COMMENT = compiz configuration system bindings
|
|
|
|
DISTNAME = compizconfig-python-0.8.4
|
|
REVISION = 1
|
|
|
|
MASTER_SITES = http://releases.compiz.org/components/compizconfig-python/
|
|
|
|
WANTLIB += ICE SM X11 X11-xcb Xcomposite Xdamage Xext Xfixes Xinerama
|
|
WANTLIB += Xrandr Xrender compizconfig glib-2.0 lzma m pcre pthread
|
|
WANTLIB += startup-notification-1 xcb xcb-util xml2 xslt z
|
|
|
|
LIB_DEPENDS = x11/compiz/libcompizconfig
|
|
|
|
MODULES = devel/gettext \
|
|
lang/python
|
|
|
|
BUILD_DEPENDS = devel/pyrex
|
|
|
|
LIBTOOL_FLAGS = --tag=disable-static
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
pre-patch:
|
|
@ln -s ${MODPY_BIN} ${WRKDIR}/bin/python
|
|
|
|
pre-build:
|
|
@rm -f ${WRKSRC}/src/compizconfig.c
|
|
|
|
post-install:
|
|
@rm -f ${PREFIX}/lib/python${MODPY_VERSION}/site-packages/*.la
|
|
|
|
.include <bsd.port.mk>
|