freebsd-ports/audio/py-xmms2/Makefile
Guido Falsi 45a89de30e - Allow xmms2 slave ports to override MAINTAINER
- Correctly take maintainership of unmaintained xmms2 slaves
- While I'm here, trim Makefile headers
2012-10-06 15:01:11 +00:00

23 lines
486 B
Makefile

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTREVISION= 5
CATEGORIES= audio python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Python Bindings for XMMS2
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex
LIB_DEPENDS+= xmmsclient.6:${PORTSDIR}/audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
USE_PYTHON= yes
PLIST= ${.CURDIR}/pkg-plist
XMMS2_SLAVE= python
.include "${MASTERDIR}/Makefile"