1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/multimedia/flvtool++/Makefile

29 lines
688 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= flvtool++
PORTVERSION= 1.2.1
CATEGORIES= multimedia
MASTER_SITES= http://mirror.facebook.net/facebook/flvtool++/
MAINTAINER= gslin@gslin.org
COMMENT= Tool for hinting and manipulating the metadata of FLV files
LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs
CFLAGS+= -I${LOCALBASE}/include/boost
NO_WRKSUBDIR= yes
PLIST_FILES= bin/flvtool++
USE_SCONS= yes
SCONS_BUILDENV= ${SCONS_ENV}
NO_STAGE= yes
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>