freebsd-ports/multimedia/flvtool++/Makefile

32 lines
677 B
Makefile
Raw Normal View History

# Created by: Gea-Suan Lin <gslin@gslin.org>
PORTNAME= flvtool++
PORTVERSION= 1.2.1
PORTREVISION= 14
CATEGORIES= multimedia
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for hinting and manipulating the metadata of FLV files
LICENSE= BSD3CLAUSE
2015-11-09 13:59:03 +01:00
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++
2014-02-13 14:55:58 +01:00
USES= scons
post-patch:
${REINPLACE_CMD} -e 's|/usr/local/include/boost-1_33_1|${LOCALBASE}/include|' \
${WRKSRC}/SConscript
do-install:
2014-03-20 16:05:35 +01:00
${INSTALL_PROGRAM} ${WRKSRC}/flvtool++ ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>