2fa042ab01
clients. It replaces py-libmpdclient and is completely redesigned and written from the ground up. The result is a much smaller, simpler, more reliable, and more dynamic library.
22 lines
597 B
Makefile
22 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/01/02 14:07:32 netcap Exp $
|
|
#
|
|
|
|
DISTNAME= py-libmpdclient2-1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//}
|
|
CATEGORIES= audio devel
|
|
MASTER_SITES= http://incise.org/files/dev/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jfranz@bsdprojects.net
|
|
HOMEPAGE= http://www.incise.org/index.cgi/py-libmpdclient2
|
|
COMMENT= Python bindings to the mpd access library
|
|
|
|
WRKSRC= ${WRKDIR}/py-libmpdclient2
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 24
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../audio/libmpd/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|