2010-03-15 16:39:04 +01:00
|
|
|
# Ports collection makefile for: flvstreamer
|
|
|
|
# Date created: March 15, 2010
|
|
|
|
# Whom: hrs
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= flvstreamer
|
|
|
|
PORTVERSION= 2.1.c.1
|
2011-01-04 12:56:56 +01:00
|
|
|
PORTREVISION= 1
|
2010-03-15 16:39:04 +01:00
|
|
|
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
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= posix
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2011-01-04 12:56:56 +01:00
|
|
|
PLIST_FILES= bin/flvstreamer bin/streams
|
2010-03-15 16:39:04 +01:00
|
|
|
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>
|