freebsd-ports/audio/py-xmms/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

29 lines
733 B
Makefile

# New ports collection makefile for: py-xmms
# Date created: 19 March 2002
# Whom: Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#
PORTNAME= xmms
PORTVERSION= 2.02
PORTREVISION= 3
CATEGORIES= audio python
MASTER_SITES= http://people.via.ecp.fr/~flo/2002/PyXMMS/dist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyxmms-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
COMMENT= XMMS Remote Control Library for Python
BUILD_DEPENDS= ${XMMS_CONFIG}:${PORTSDIR}/multimedia/xmms
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_BZIP2= yes
USE_GNOME= glib12
XMMS_CONFIG?= ${X11BASE}/bin/xmms-config
MAKE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" XMMS_CONFIG="${XMMS_CONFIG}"
.include <bsd.port.mk>