mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
c1222efdec
to stream audio or video content from all types of flash or rtmp servers.
36 lines
794 B
Makefile
36 lines
794 B
Makefile
# Ports collection makefile for: flvstreamer
|
|
# Date created: March 15, 2010
|
|
# Whom: hrs
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= flvstreamer
|
|
PORTVERSION= 2.1.c.1
|
|
CATEGORIES= multimedia net
|
|
MASTER_SITES= SAVANNAH
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/source
|
|
DISTNAME= ${PORTNAME}-2.1c1
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= An open source command-line RTMP client
|
|
|
|
CONFLICTS= rtmpdump-[0-9]*
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= posix
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/flvstreamer bin/streams bin/rtmpsrv bin/rtmpsuck
|
|
PORTDOCS= ChangeLog ChangeLog.rtmpdump README
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES:S,^bin/,,} \
|
|
${PREFIX}/bin
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|