summaryrefslogtreecommitdiff
path: root/audio/py-mad/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-15 22:26:05 +0000
committerminskim <minskim>2004-02-15 22:26:05 +0000
commitf0dc1c6848734a848ed1c4ea8a976fceb20d1acc (patch)
tree5c5f9efe2cf9a97aa6e0dbc02e042944fc0be6e1 /audio/py-mad/Makefile
parent5b3a0660c49c23c0da7e53d340aeecee5361da2b (diff)
downloadpkgsrc-f0dc1c6848734a848ed1c4ea8a976fceb20d1acc.tar.gz
Import py-mad from pkgsrc-wip. Provided by Antonio Marques, and
slightly modified by me. Python bindings for libmad. See audio/libmad for details.
Diffstat (limited to 'audio/py-mad/Makefile')
-rw-r--r--audio/py-mad/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile
new file mode 100644
index 00000000000..55d2ae14aed
--- /dev/null
+++ b/audio/py-mad/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/15 22:26:05 minskim Exp $
+#
+
+DISTNAME= pymad-0.5.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= audio
+MASTER_SITES= http://spacepants.org/src/pymad/download/
+
+MAINTAINER= froz@icix.org
+HOMEPAGE= http://spacepants.org/src/pymad
+COMMENT= Python bindings for libmad
+
+USE_BUILDLINK3= yes
+PY_PATCHPLIST= yes
+PYDISTUTILSPKG= yes
+
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= ${PYTHONBIN} config_unix.py
+CONFIGURE_ARGS+= --prefix ${PREFIX}
+
+.include "../../audio/libmad/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"