1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/mod_smooth_streaming/Makefile
Olli Hauer 63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00

42 lines
935 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= apache2
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>