2015-12-30 14:10:50 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2015/12/30 14:10:50 sthen Exp $
|
2010-07-18 10:37:45 +00:00
|
|
|
|
2015-12-30 14:10:50 +00:00
|
|
|
SHARED_LIBS = rtmp 1.1
|
2009-04-17 17:56:50 +00:00
|
|
|
|
|
|
|
COMMENT = dump RTMP media streams
|
|
|
|
|
2015-12-30 14:10:50 +00:00
|
|
|
# also see VERSION in MAKE_FLAGS below
|
|
|
|
DISTNAME = rtmpdump-2.4.20151223
|
|
|
|
PATCHFILES = rtmpdump-KSV-20151215.patch.gz
|
2010-02-26 18:46:26 +00:00
|
|
|
|
2009-04-17 17:56:50 +00:00
|
|
|
CATEGORIES = net
|
|
|
|
|
2009-12-26 08:49:08 +00:00
|
|
|
HOMEPAGE = http://rtmpdump.mplayerhq.hu/
|
|
|
|
|
2010-03-21 09:36:19 +00:00
|
|
|
# tools GPLv2+, librtmp LGPLv2.1+
|
2009-05-22 23:51:33 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = No
|
2009-04-17 17:56:50 +00:00
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
|
2015-07-06 14:09:46 +00:00
|
|
|
WANTLIB = c crypto m pthread ssl z
|
2009-04-17 17:56:50 +00:00
|
|
|
|
2015-12-30 14:10:50 +00:00
|
|
|
# packaged from git://git.ffmpeg.org/rtmpdump : fa8646da
|
2015-07-06 14:09:46 +00:00
|
|
|
# and patch from https://github.com/K-S-V/Scripts/releases/, see
|
|
|
|
# http://stream-recorder.com/forum/customized-rtmpdump-binaries-patch-file-t16103.html
|
2015-12-03 21:24:29 +00:00
|
|
|
MASTER_SITES = https://spacehopper.org/mirrors/
|
2009-04-17 17:56:50 +00:00
|
|
|
|
2011-09-05 17:13:56 +00:00
|
|
|
MAKE_FLAGS = CC="${CC}" XCFLAGS="${CFLAGS}" OPT= \
|
2015-07-06 14:09:46 +00:00
|
|
|
THREADLIB=-pthread SO_VERSION=${LIBrtmp_VERSION} \
|
2015-12-30 14:10:50 +00:00
|
|
|
VERSION="v2.4-git-fa8646da\ KSV-2015-12-15"
|
2009-04-17 17:56:50 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST = Yes
|
2009-04-17 17:56:50 +00:00
|
|
|
|
2010-07-18 10:37:45 +00:00
|
|
|
post-install:
|
2010-02-26 18:46:26 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rtmpdump
|
|
|
|
cd ${WRKBUILD}; \
|
|
|
|
${INSTALL_DATA} README COPYING ChangeLog ${PREFIX}/share/doc/rtmpdump
|
2009-04-17 17:56:50 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|