pkgsrc/audio/py-ao/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

24 lines
586 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/10/03 00:13:09 tv Exp $
#
DISTNAME= pyao-0.81
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= audio python
MASTER_SITES= http://vorbis.com/files/1.0.1/unix/py/
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://vorbis.com/
COMMENT= Python bindings for libao
USE_BUILDLINK3= yes
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ${PYTHONBIN} config_unix.py
CONFIGURE_ARGS+= --prefix ${PREFIX}
.include "../../audio/libao/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"