freebsd-ports/www/mod_h264_streaming/Makefile
Bernard Spil 88b492b029 Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
2018-03-11 17:38:45 +00:00

26 lines
564 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= mod_h264_streaming
PORTVERSION= 2.2.7
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://h264.code-shop.com/download/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTNAME= apache_${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= apache2
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Apache H264 streaming module
USES= apache:2.2+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-apxs="${APXS}"
RESTRICTED= No commercial use
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_SUB= SED=${SED}
.include <bsd.port.mk>