summaryrefslogtreecommitdiff
path: root/audio/py-musique/Makefile
diff options
context:
space:
mode:
authoraugustss <augustss@pkgsrc.org>2005-05-21 23:20:23 +0000
committeraugustss <augustss@pkgsrc.org>2005-05-21 23:20:23 +0000
commit42d2764bb739bb767997149411834c27dee72839 (patch)
tree1dcb11c0a86eb31ac4b290aae8e658c7f5d7f073 /audio/py-musique/Makefile
parent57927142699d015a82aba2bd24438bf84176df47 (diff)
downloadpkgsrc-42d2764bb739bb767997149411834c27dee72839.tar.gz
Add py-musique, a program for buying iTunes songs.
Diffstat (limited to 'audio/py-musique/Makefile')
-rw-r--r--audio/py-musique/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile
new file mode 100644
index 00000000000..6967727ab82
--- /dev/null
+++ b/audio/py-musique/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2005/05/21 23:20:24 augustss Exp $
+#
+
+DISTNAME= pymusique-0.5
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION= 1
+CATEGORIES= audio
+MASTER_SITES= http://fuware.nanocrew.net/pymusique/
+
+MAINTAINER= augustss@NetBSD.org
+HOMEPAGE= http://fuware.nanocrew.net/pymusique/
+COMMENT= Interface to the iTunes Music Store
+
+DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
+DEPENDS+= ${PYPKGPREFIX}-mcrypt-[0-9]*:../../security/py-mcrypt
+DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
+DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
+PYDISTUTILSPKG= yes
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"