1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/audio/py-musepack/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

29 lines
723 B
Makefile

# New ports collection makefile for: py-musepack
# Date created: 12 February 2007
# Whom: Zhen REN <bg1tpt@gmail.com>
#
# $FreeBSD$
PORTNAME= musepack
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= http://www.sacredchao.net/~piman/software/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= bg1tpt@gmail.com
COMMENT= Python module that provides the Musepack decoding interface
LIB_DEPENDS= mpcdec:${PORTSDIR}/audio/libmpcdec
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
PYDISTUTILS_PKGNAME= pymusepack
PYDISTUTILS_PKGVERSION= 0.3
MAKE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>