mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Trim Makefile header
- Define LICENSE (GPLv2) - Tighten COMMENT text - Wrap one overly long line - Drop shlib version, sort knobs - Improve port description
This commit is contained in:
parent
3cc998b1bb
commit
bb98d4defe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314039
2 changed files with 11 additions and 13 deletions
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: pyao
|
# Created by: Neil Blakey-Milner <nbm@FreeBSD.org>
|
||||||
# Date created: 23 Sep 2002
|
|
||||||
# Whom: nbm
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= ao
|
PORTNAME= ao
|
||||||
PORTVERSION= 0.82
|
PORTVERSION= 0.82
|
||||||
|
@ -15,16 +11,20 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= pyao-${PORTVERSION}
|
DISTNAME= pyao-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A python wrapper for ao, an audio device abstraction library
|
COMMENT= Python wrapper for audio device abstraction library (libao)
|
||||||
|
|
||||||
LIB_DEPENDS= ao.4:${PORTSDIR}/audio/libao
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
LIB_DEPENDS= ao:${PORTSDIR}/audio/libao
|
||||||
|
|
||||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/aomodule.so
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
PYDISTUTILS_PKGNAME= pyao
|
PYDISTUTILS_PKGNAME= pyao
|
||||||
|
|
||||||
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/aomodule.so
|
||||||
|
|
||||||
do-configure:
|
do-configure:
|
||||||
@cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} config_unix.py --prefix "${LOCALBASE}"
|
@cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} config_unix.py \
|
||||||
|
--prefix "${LOCALBASE}"
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
pyao - a Python wrapper module for the ao library
|
This is a Python wrapper module for the libao, an audio abstraction library
|
||||||
|
that lets you output to different devices using the same interface.
|
||||||
Ao is an audio abstraction library that lets you output to different
|
|
||||||
devices using the same interface.
|
|
||||||
|
|
||||||
WWW: http://ekyo.nerim.net/software/pyogg/index.html
|
WWW: http://ekyo.nerim.net/software/pyogg/index.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue