freebsd-ports/multimedia/flvtool++/Makefile
Dmitry Marakasov 3273e46b7c flvtool++ is a tool for hinting and manipulating the metadata of FLV
files. It was originally created for Facebook's Video project
(http://facebook.com/video/) for fast video hinting. It is loosely
based on the Ruby FLVTool2, but is written in C++ for performance
reasons.

WWW:	http://mirror.facebook.com/facebook/flvtool++/

PR:		ports/126336
Submitted by:	Gea-Suan Lin <gslin at gslin dot org>
2008-08-21 19:25:33 +00:00

31 lines
742 B
Makefile

# New ports collection makefile for: flvtool++
# Date created: 2008-08-07
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= flvtool++
PORTVERSION= 1.1
CATEGORIES= multimedia
MASTER_SITES= http://mirror.facebook.com/facebook/flvtool++/
MAINTAINER= gslin@gslin.org
COMMENT= Tool for hinting and manipulating the metadata of FLV files
LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost
CFLAGS+= -I${LOCALBASE}/include/boost
NO_WRKSUBDIR= yes
PLIST_FILES= bin/flvtool++
USE_SCONS= yes
SCONS_BUILDENV= ${SCONS_ENV}
post-patch:
${REINPLACE_CMD} -e 's|/usr/local/include/boost-1_33_1|${LOCALBASE}/include|' \
${WRKSRC}/SConscript
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/flvtool++ ${PREFIX}/bin
.include <bsd.port.mk>