1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/py-ao/Makefile
Edwin Groothuis c1847758ac Mastersite reorganisations, make ports fetchable again.
PR:		ports/46355
Submitted by:	Christopher Sharp <csharp@gmx.net>
2002-12-18 21:37:35 +00:00

26 lines
500 B
Makefile

# New ports collection makefile for: pyao
# Date created: 23 Sep 2002
# Whom: nbm
#
# $FreeBSD$
#
PORTNAME= ao
PORTVERSION= 0.8
CATEGORIES= audio
MASTER_SITES= http://www.andrewchatham.com/pyogg/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyao-${PORTVERSION}
MAINTAINER= nbm@FreeBSD.org
LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao
USE_PYTHON= yes
USE_PYDISTUTILS= yes
do-configure:
@cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix="${LOCALBASE}"
.include <bsd.port.mk>