77f6f10995
fetch: http://smoothstreaming.code-shop.com/download/apache_mod_smooth_streaming-1.0.8.tar.gz: Not Found Reported by: pointyhat
41 lines
936 B
Makefile
41 lines
936 B
Makefile
# New ports collection makefile for: mod_smooth_streaming
|
|
# Date created: May 25, 2010
|
|
# Whom: Marcus Hermansson <bmhermansson@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_smooth_streaming
|
|
PORTVERSION= 1.0.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://smoothstreaming.code-shop.com/download/
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
|
DISTNAME= apache_${PORTNAME}-${PORTVERSION}
|
|
DIST_SUBDIR= apache22
|
|
|
|
MAINTAINER= bmhermansson@gmail.com
|
|
COMMENT= Apache smooth streaming module
|
|
|
|
BROKEN= unfetchable
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
RESTRICTED= no-commercial-use
|
|
|
|
USE_APACHE= 22+
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-apxs=${APXS}
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
SUB_FILES= pkg-message
|
|
SUB_LIST+= APACHEMODDIR=${APACHEMODDIR}
|
|
|
|
post-install:
|
|
${LOCALBASE}/sbin/apxs -e -a -n smooth_streaming ${LOCALBASE}/${APACHEMODDIR}/${PORTNAME}.so
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|