summaryrefslogtreecommitdiff
path: root/multimedia/mmpython/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-03 12:30:14 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-03 12:30:14 +0000
commit57b83df6f983719d27c0ea5946740c5a444aeaef (patch)
tree4b6a31a23d2133dd0831a7fdf50ba0c7f06fa16f /multimedia/mmpython/Makefile
parentUpdate to version 7.21 Preview 1 (aka 20031002). (diff)
Add mmpython 0.2, retrieves metadata from mp3, ogg, avi, jpg
and other formats. PR: 55425 Submitted by: larse@isi.edu
Diffstat (limited to 'multimedia/mmpython/Makefile')
-rw-r--r--multimedia/mmpython/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/multimedia/mmpython/Makefile b/multimedia/mmpython/Makefile
new file mode 100644
index 000000000000..1d962d3b26d7
--- /dev/null
+++ b/multimedia/mmpython/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: mmpython
+# Date created: 09 Aug 2003
+# Whom: larse@isi.edu
+#
+# $FreeBSD$
+#
+
+PORTNAME= mmpython
+PORTVERSION= 0.2
+CATEGORIES= multimedia python
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= mmpython_${PORTVERSION:C/\./-/}
+
+MAINTAINER= larse@isi.edu
+COMMENT= Retrieves metadata from mp3, ogg, avi, jpg and other formats
+
+LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+USE_BZIP2= yes
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+
+.include <bsd.port.mk>