c1b44346cd
until proven otherwise.
23 lines
662 B
Makefile
23 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.16 2014/05/09 07:36:54 wiz Exp $
|
|
|
|
DISTNAME= pymad-0.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
PKGREVISION= 1
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= http://spacepants.org/src/pymad/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://spacepants.org/src/pymad/
|
|
COMMENT= Python bindings for libmad
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIG_SHELL= ${PYTHONBIN}
|
|
CONFIGURE_SCRIPT= config_unix.py
|
|
CONFIGURE_ARGS+= --prefix ${PREFIX}
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6
|
|
|
|
.include "../../audio/libmad/buildlink3.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|