freebsd-ports/multimedia/flvtool++/Makefile
Jan Beich b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00

32 lines
688 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= flvtool++
PORTVERSION= 1.2.1
PORTREVISION= 5
CATEGORIES= multimedia
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for hinting and manipulating the metadata of FLV files
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs
USE_GITHUB= yes
GH_ACCOUNT= Elbandi
GH_PROJECT= flvtool-pp
GH_TAGNAME= c0438e8
CFLAGS+= -I${LOCALBASE}/include/boost
PLIST_FILES= bin/flvtool++
USES= scons
post-patch:
${REINPLACE_CMD} -e 's|/usr/local/include/boost-1_33_1|${LOCALBASE}/include|' \
${WRKSRC}/SConscript
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/flvtool++ ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>