aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-pyxfce/Makefile
blob: 5f7ca7c7f2ec25ad7e66de83e095d6a14f4fce36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	py-pyxfce
# Date created:		2007-03-12
# Whom:			Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	pyxfce
PORTVERSION=	4.4.0
CATEGORIES=	x11-toolkits python xfce
MASTER_SITES=	http://pyxfce.xfce.org/ \
		http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	XFCE bindings for Python

LIB_DEPENDS=	xfcegui4:${PORTSDIR}/x11-toolkits/libxfce4gui \
		xfce4mcs-manager:${PORTSDIR}/x11/libxfce4mcs \
		xfce4panel:${PORTSDIR}/x11-wm/xfce4-panel \
		xfce4util:${PORTSDIR}/x11/libxfce4util

CONFIGURE_ARGS=	--libdir=${PREFIX}/libdata
GNU_CONFIGURE=	yes

USE_GNOME=	pygtk2
USE_PYTHON=	yes

.include <bsd.port.mk>