mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
31 lines
739 B
Makefile
31 lines
739 B
Makefile
# 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
|
|
PORTREVISION= 1
|
|
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>
|