1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/www/mod_mp3/Makefile
Will Andrews 2a3597aa3a Add mod_mp3 0.6, an apache module to allow MP3 streaming.
Spotted on:	Slashdot (har har)
2001-04-08 19:42:40 +00:00

27 lines
501 B
Makefile

# New ports collection makefile for: mod_auth_pam
# Date created: 7 April 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= mod_mp3
PORTVERSION= 0.6
CATEGORIES= www
MASTER_SITES= http://www.tangent.org/mod_mp3/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
APXS?= ${LOCALBASE}/sbin/apxs
do-build:
@cd ${WRKSRC} && ${APXS} -c mod_mp3.c
do-install:
${APXS} -i -A -n mp3 ${WRKSRC}/mod_mp3.so
.include <bsd.port.mk>