1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/audio/py-xmms/Makefile

30 lines
733 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-xmms
# Date created: 19 March 2002
# Whom: Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#
PORTNAME= xmms
2003-12-17 01:26:48 +00:00
PORTVERSION= 2.02
PORTREVISION= 2
CATEGORIES= audio python
2003-11-10 12:04:43 +00:00
MASTER_SITES= http://people.via.ecp.fr/~flo/2002/PyXMMS/dist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyxmms-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
2003-02-25 06:25:35 +00:00
COMMENT= XMMS Remote Control Library for Python
BUILD_DEPENDS= ${XMMS_CONFIG}:${PORTSDIR}/multimedia/xmms
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_PYTHON= yes
2002-04-29 11:36:54 +00:00
USE_PYDISTUTILS= yes
2003-11-10 12:04:43 +00:00
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>