Merge branch 'staged'
[dports.git] / www / mod_h264_streaming / Makefile
1 PORTNAME=       mod_h264_streaming
2 PORTVERSION=    2.2.7
3 PORTREVISION=   2
4 CATEGORIES=     www
5 MASTER_SITES=   http://h264.code-shop.com/download/ \
6                 https://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
7 PKGNAMEPREFIX=  ${APACHE_PKGNAMEPREFIX}
8 DISTNAME=       apache_${PORTNAME}-${PORTVERSION}
9 DIST_SUBDIR=    apache2
10
11 MAINTAINER=     lwhsu@FreeBSD.org
12 COMMENT=        Apache H264 streaming module
13 WWW=            http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Apache-Version2
14
15 # Converted from RESTRICTED
16 LICENSE=        h264
17 LICENSE_NAME=   h264
18 LICENSE_TEXT=   No commercial use
19 LICENSE_PERMS=  auto-accept
20
21 USES=           apache
22
23 GNU_CONFIGURE=  yes
24 CONFIGURE_ARGS+=        --with-apxs="${APXS}"
25
26 WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}
27 PLIST_SUB=      SED=${SED}
28
29 .include <bsd.port.mk>