summaryrefslogtreecommitdiff
path: root/www/mod_musicindex/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-11-03 16:17:10 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-11-03 16:17:10 +0000
commit9c118d4f8e2ec05cd157aac1e3031412910acefc (patch)
tree707dd7b03b9a853ad0bbd6c87b2f2662522df719 /www/mod_musicindex/Makefile
parent- Update from 4.9.7 to 4.9.8 (diff)
add mod_musicindex 0.8.9
Apache module in C implements Perl module Apache::MP3 PR: 58807 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes: svn path=/head/; revision=92974
Diffstat (limited to 'www/mod_musicindex/Makefile')
-rw-r--r--www/mod_musicindex/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile
new file mode 100644
index 000000000000..50d5c2c9e29c
--- /dev/null
+++ b/www/mod_musicindex/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: mod_musicindex
+# Date created: Nov 1 2003
+# Whom: clsung
+#
+# $FreeBSD$
+#
+
+PORTNAME= mod_musicindex
+PORTVERSION= 0.8.9
+CATEGORIES= www audio
+MASTER_SITES= http://www.esiee.fr/~puffin/musicindex/
+DISTNAME= libapache-mod-musicindex_${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Apache module in C implements Perl module Apache::MP3
+
+BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
+RUN_DEPENDS= ${APXS}:${APACHE_PORT}
+LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \
+ vorbis.2:${PORTSDIR}/audio/libvorbis \
+ id3tag.1:${PORTSDIR}/audio/mad \
+ mad.1:${PORTSDIR}/audio/mad
+
+APXS?= ${LOCALBASE}/sbin/apxs
+APACHE_PORT?= ${PORTSDIR}/www/apache13
+USE_GMAKE= yes
+WRKSRC= ${WRKDIR}/libapache-mod-musicindex-${PORTVERSION}
+
+DOCS_HTMLIMAGES= directory.png musicindex.css fetch.png \
+ right_arrow.gif general.png sound.png
+
+do-install:
+ ${APXS} -i -A -n musicindex ${WRKSRC}/mod_musicindex.so
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for f in ${DOCS_HTMLIMAGES}
+ ${INSTALL_DATA} ${WRKSRC}/musicindex/${f} ${DOCSDIR}
+.endfor
+.endif
+ ${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>