mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
4bef5c9aab
- Convert to PYDISTUTILS_AUTOPLIST - Limit to the supported python versions - Change to new LIB_DEPENDS where necessary
30 lines
618 B
Makefile
30 lines
618 B
Makefile
# Created by: Hye-Shik Chang
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mad
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PROJECTHOST= pymad
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pymad-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python module that provides the MPEG Audio Decoder interface
|
|
|
|
LICENSE= LGPL20
|
|
|
|
LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/mad
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= yes
|
|
USE_PYTHON_PREFIX= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
PYDISTUTILS_PKGNAME= pymad
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} config_unix.py \
|
|
--prefix ${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|