24 lines
644 B
Makefile
24 lines
644 B
Makefile
# $NetBSD: Makefile,v 1.22 2022/01/10 20:40:19 wiz Exp $
|
|
|
|
DISTNAME= pyogg-1.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
PKGREVISION= 4
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= http://vorbis.com/files/1.0.1/unix/py/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://vorbis.com/
|
|
COMMENT= Python bindings for OGG library
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIG_SHELL= ${PYTHONBIN}
|
|
CONFIGURE_SCRIPT= config_unix.py
|
|
CONFIGURE_ARGS+= --prefix ${PREFIX}
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.3
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|