2022-01-22 16:45:56 +01:00
|
|
|
# $NetBSD: Makefile,v 1.23 2022/01/22 15:45:56 wiz Exp $
|
2004-02-15 16:47:29 +01:00
|
|
|
|
|
|
|
DISTNAME= pyvorbis-1.3
|
2007-02-22 20:26:05 +01:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
2022-01-22 16:45:56 +01:00
|
|
|
PKGREVISION= 3
|
2004-07-22 11:15:59 +02:00
|
|
|
CATEGORIES= audio python
|
2004-02-15 16:47:29 +01:00
|
|
|
MASTER_SITES= http://vorbis.com/files/1.0.1/unix/py/
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2004-02-15 16:47:29 +01:00
|
|
|
HOMEPAGE= http://vorbis.com/
|
|
|
|
COMMENT= Python bindings for Vorbis library
|
2016-04-20 14:10:24 +02:00
|
|
|
LICENSE= gnu-lgpl-v2
|
2004-02-15 16:47:29 +01:00
|
|
|
|
2019-09-02 15:19:35 +02:00
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # py-ogg, and itself not ported as of 1.3
|
2004-02-15 16:47:29 +01:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
2007-03-17 21:43:23 +01:00
|
|
|
CONFIG_SHELL= ${PYTHONBIN}
|
|
|
|
CONFIGURE_SCRIPT= config_unix.py
|
2004-02-15 16:47:29 +01:00
|
|
|
CONFIGURE_ARGS+= --prefix ${PREFIX}
|
|
|
|
|
|
|
|
.include "../../audio/py-ogg/buildlink3.mk"
|
|
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
2022-01-22 16:45:56 +01:00
|
|
|
.include "../../lang/python/egg.mk"
|
2004-04-13 01:15:01 +02:00
|
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
2004-02-15 16:47:29 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|