2001-04-08 15:42:40 -04:00
|
|
|
# New ports collection makefile for: mod_auth_pam
|
|
|
|
# Date created: 7 April 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_mp3
|
2001-04-09 19:06:02 -04:00
|
|
|
PORTVERSION= 0.7
|
2001-04-08 15:42:40 -04:00
|
|
|
CATEGORIES= www
|
2001-04-09 19:06:02 -04:00
|
|
|
MASTER_SITES= http://www.tangent.org/mod_mp3/ \
|
|
|
|
ftp://ftp.tangent.org/pub/apache/ \
|
|
|
|
http://www.freenix.no/~anders/
|
2001-04-08 15:42:40 -04:00
|
|
|
|
2001-04-09 19:06:02 -04:00
|
|
|
MAINTAINER= anders@fix.no
|
2001-04-08 15:42:40 -04:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
|
|
|
|
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
|
|
|
|
|
|
|
|
APXS?= ${LOCALBASE}/sbin/apxs
|
2001-04-09 19:06:02 -04:00
|
|
|
DOCS= ChangeLog README TODO faq.html
|
2001-04-08 15:42:40 -04:00
|
|
|
|
|
|
|
do-build:
|
|
|
|
@cd ${WRKSRC} && ${APXS} -c mod_mp3.c
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${APXS} -i -A -n mp3 ${WRKSRC}/mod_mp3.so
|
2001-04-09 19:06:02 -04:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/mod_mp3
|
|
|
|
.for f in ${DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/mod_mp3/
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
${CAT} ${PKGMESSAGE}
|
2001-04-08 15:42:40 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|