mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
28 lines
634 B
Makefile
28 lines
634 B
Makefile
# New ports collection makefile for: pyao
|
|
# Date created: 23 Sep 2002
|
|
# Whom: nbm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ao
|
|
PORTVERSION= 0.82
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.andrewchatham.com/pyogg/download/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pyao-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A python wrapper for ao, an audio device abstraction library
|
|
|
|
LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao
|
|
|
|
PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/aomodule.so
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix="${LOCALBASE}"
|
|
|
|
.include <bsd.port.mk>
|