HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/x11-wm/compizconfig-python/Makefile
# Created by: Robert Noland <rnoland@FreeBSD.org>
# $FreeBSD: head/x11-wm/compizconfig-python/Makefile 538818 2020-06-14 16:01:50Z zeising $

PORTNAME=	compizconfig-python
PORTVERSION=	0.8.4
PORTREVISION=	9
CATEGORIES=	x11-wm
MASTER_SITES=	https://BSDforge.com/projects/source/x11-wm/compizconfig-python/

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Python bindings for the compizconfig library

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	Uses deprecated version of python
EXPIRATION_DATE=	2020-09-15

BUILD_DEPENDS=	\
	${PREFIX}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \
	${PREFIX}/libdata/pkgconfig/libcompizconfig.pc:x11-wm/libcompizconfig \
	${PYTHON_PKGNAMEPREFIX}pyrex>0:devel/pyrex@${PY_FLAVOR}
LIB_DEPENDS=	libstartup-notification-1.so:x11/startup-notification
RUN_DEPENDS:=	${BUILD_DEPENDS}

GNU_CONFIGURE=	yes
USES=		gmake gnome libtool pathfix pkgconfig python:2.7 tar:bzip2 xorg
USE_GNOME=	glib20 libxml2 libxslt
USE_PYTHON=	flavors
USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xrandr

post-install:
	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/compizconfig.so

.include <bsd.port.mk>