Update databases/rocksdb to version 3.11.2
[dports.git] / www / mod_h264_streaming / Makefile
1 # Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       mod_h264_streaming
5 PORTVERSION=    2.2.7
6 PORTREVISION=   1
7 CATEGORIES=     www
8 MASTER_SITES=   http://h264.code-shop.com/download/
9 PKGNAMEPREFIX=  ${APACHE_PKGNAMEPREFIX}
10 DISTNAME=       apache_${PORTNAME}-${PORTVERSION}
11 DIST_SUBDIR=    apache2
12
13 MAINTAINER=     lwhsu@FreeBSD.org
14 COMMENT=        Apache H264 streaming module
15
16 USE_APACHE=     22+
17
18 GNU_CONFIGURE=  yes
19 CONFIGURE_ARGS+=        --with-apxs="${APXS}"
20
21 RESTRICTED=     No commercial use
22
23 WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}
24 PLIST_SUB=      SED=${SED}
25
26 .include <bsd.port.mk>