aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd-mod_h264_streaming/Makefile
blob: a079f67dd6946658ed79707bbea767a6dc028467 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Created by: Martin Matuska <mm@FreeBSD.org>

PORTNAME=	mod_h264_streaming
CATEGORIES=	www multimedia
PKGNAMEPREFIX=	lighttpd-
DISTNAME=	lighttpd-${PORTVERSION}

COMMENT=	H264 streaming module for lighttpd

LICENSE=	CC-BY-NC-SA-3.0
LICENSE_FILE=	${FILESDIR}/COPYING.mod_h264_streaming
LICENSE_DISTFILES=	${PATCHFILES}

BUILD_DEPENDS=	${LOCALBASE}/sbin/lighttpd:www/lighttpd
RUN_DEPENDS=	${LOCALBASE}/sbin/lighttpd:www/lighttpd

MASTERDIR=	${.CURDIR}/../lighttpd
DESCR=		${.CURDIR}/pkg-descr
PLIST=		${.CURDIR}/pkg-plist

MANUAL_PACKAGE_BUILD=	free for non-commercial use only

PATCH_SITES+=	https://raw.githubusercontent.com/pkubaj/lighttpd-mod_h264_streaming/master/
PATCHFILES+=	lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch

BUILD_WRKSRC=	${WRKSRC}/src
ALL_TARGET=	${PORTNAME}.la

_BUILDING_LIGHTTPD_MODULE=	yes

do-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/lighttpd
	${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \
		${STAGEDIR}${PREFIX}/lib/lighttpd
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d
	${INSTALL_DATA} ${FILESDIR}/h264_streaming.conf \
		${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d/h264_streaming.conf.sample

.include "${MASTERDIR}/Makefile"