mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
24 lines
499 B
Makefile
24 lines
499 B
Makefile
# New ports collection makefile for: py-libmpdclient
|
|
# Date created: Sat Jan 31 2004
|
|
# Whom: Tim Hemel <tim@n2it.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmpdclient
|
|
PORTVERSION= 0.10.0
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= http://mercury.chem.pitt.edu/~shank/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= py-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python bindings for libmpdclient
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
BROKEN= does not build
|
|
|
|
.include <bsd.port.mk>
|