2022-01-10 21:40:19 +01:00
|
|
|
# $NetBSD: Makefile,v 1.22 2022/01/10 20:40:19 wiz Exp $
|
2004-02-15 02:49:15 +01:00
|
|
|
|
|
|
|
DISTNAME= pyogg-1.3
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
2022-01-10 21:40:19 +01:00
|
|
|
PKGREVISION= 4
|
2004-07-22 11:15:59 +02:00
|
|
|
CATEGORIES= audio python
|
2004-02-15 02:49:15 +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 02:49:15 +01:00
|
|
|
HOMEPAGE= http://vorbis.com/
|
|
|
|
COMMENT= Python bindings for OGG library
|
2011-10-15 10:57:43 +02:00
|
|
|
LICENSE= gnu-lgpl-v2
|
2004-02-15 02:49:15 +01:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
2007-03-17 21:43:23 +01:00
|
|
|
CONFIG_SHELL= ${PYTHONBIN}
|
|
|
|
CONFIGURE_SCRIPT= config_unix.py
|
2004-02-15 02:49:15 +01:00
|
|
|
CONFIGURE_ARGS+= --prefix ${PREFIX}
|
|
|
|
|
2019-09-02 15:19:35 +02:00
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.3
|
2014-01-25 11:29:56 +01:00
|
|
|
|
2022-01-10 21:40:19 +01:00
|
|
|
.include "../../lang/python/egg.mk"
|
2004-04-13 01:15:01 +02:00
|
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
|
|
|
|
2004-02-15 02:49:15 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|