freebsd-ports/www/mod_h264_streaming/Makefile
Tijl Coosemans 1b6b6d972f Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:26:09 +00:00

26 lines
561 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
USE_APACHE= 22+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-apxs="${APXS}"
RESTRICTED= No commercial use
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_SUB= SED=${SED}
.include <bsd.port.mk>