diff options
Diffstat (limited to 'multimedia/flvtool++/Makefile')
-rw-r--r-- | multimedia/flvtool++/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/multimedia/flvtool++/Makefile b/multimedia/flvtool++/Makefile deleted file mode 100644 index 3abdae1f5794..000000000000 --- a/multimedia/flvtool++/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= flvtool++ -PORTVERSION= 1.2.1 -PORTREVISION= 16 -CATEGORIES= multimedia - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tool for hinting and manipulating the metadata of FLV files -WWW= http://mirror.facebook.com/facebook/flvtool++/ - -LICENSE= BSD3CLAUSE - -DEPRECATED= Abandonware, consider using multimedia/flvmeta -EXPIRATION_DATE=2024-04-20 - -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> |