Files
ports/multimedia/ustreamer/Makefile
Jan Beich f18538b989 devel/libevent2: update to 2.1.11
Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
2019-08-02 13:30:40 +00:00

28 lines
569 B
Makefile

# $FreeBSD$
PORTNAME= ustreamer
DISTVERSIONPREFIX= v
DISTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= multimedia ipv6 net
MAINTAINER= yuri@FreeBSD.org
COMMENT= Lightweight and fast MJPG-HTTP streamer
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
LIB_DEPENDS= libevent.so:devel/libevent \
libuuid.so:misc/e2fsprogs-libuuid
USES= compiler:c11 gmake jpeg localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= pi-kvm
INSTALL_TARGET= install-strip
PLIST_FILES= bin/ustreamer
.include <bsd.port.mk>