Lines 7-20
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= mod_musicindex |
8 |
PORTNAME= mod_musicindex |
9 |
PORTVERSION= 0.99.7 |
9 |
PORTVERSION= 0.99.7 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= www audio |
11 |
CATEGORIES= www audio |
11 |
# Master site don't have a current version'd tarball... |
12 |
# Master site doesn't have a current version'd tarball... |
12 |
#MASTER_SITES= http://www.esiee.fr/~puffin/musicindex/ |
13 |
#MASTER_SITES= http://www.parisc-linux.org/~varenet/musicindex/ |
13 |
MASTER_SITES= http://sheepkiller.nerim.net/ |
14 |
MASTER_SITES= http://depot.fsck.ch/mirror/distfiles/ |
14 |
DISTNAME= libapache-mod-musicindex_${PORTVERSION} |
15 |
DISTNAME= libapache-mod-musicindex_${PORTVERSION} |
15 |
|
16 |
|
16 |
MAINTAINER= apache@FreeBSD.org |
17 |
MAINTAINER= ports@fsck.ch |
17 |
COMMENT= Apache module in C implements Perl module Apache::MP3 |
18 |
COMMENT= Apache module in C that implements the perl module Apache::MP3 |
18 |
|
19 |
|
19 |
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ |
20 |
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ |
20 |
id3tag.2:${PORTSDIR}/audio/libid3tag \ |
21 |
id3tag.2:${PORTSDIR}/audio/libid3tag \ |
Lines 27-32
Link Here
|
27 |
#WANT_APACHE= YES |
28 |
#WANT_APACHE= YES |
28 |
USE_GMAKE= yes |
29 |
USE_GMAKE= yes |
29 |
WRKSRC= ${WRKDIR}/libapache-mod-musicindex-${PORTVERSION} |
30 |
WRKSRC= ${WRKDIR}/libapache-mod-musicindex-${PORTVERSION} |
|
|
31 |
SUB_FILES= pkg-message |
30 |
|
32 |
|
31 |
PORTDOCS= directory.png musicindex.css fetch.png \ |
33 |
PORTDOCS= directory.png musicindex.css fetch.png \ |
32 |
right_arrow.gif general.png sound.png |
34 |
right_arrow.gif general.png sound.png |
Lines 39-43
Link Here
|
39 |
.if "${AP_VER}"=="2" |
41 |
.if "${AP_VER}"=="2" |
40 |
MAKE_ENV+= APACHE_VERSION=2 APRCONFIG=${LOCALBASE}/lib/apache2/apr-config |
42 |
MAKE_ENV+= APACHE_VERSION=2 APRCONFIG=${LOCALBASE}/lib/apache2/apr-config |
41 |
.endif |
43 |
.endif |
|
|
44 |
|
45 |
post-install: |
46 |
.if !defined(NOPORTDOCS) |
47 |
${MKDIR} ${DOCSDIR} |
48 |
${CP} ${WRKSRC}/README ${DOCSDIR} |
49 |
.endif |
50 |
@${ECHO_MSG} "" |
51 |
@${CAT} ${PKGMESSAGE} |
52 |
@${ECHO_MSG} "" |
42 |
|
53 |
|
43 |
.include <bsd.port.post.mk> |
54 |
.include <bsd.port.post.mk> |