1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/multimedia/bitstream/Makefile
Dmitry Marakasov b8ca5d96e7 - Update to 1.4
2018-07-03 12:10:24 +00:00

36 lines
806 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= bitstream
PORTVERSION= 1.4
CATEGORIES= multimedia
MASTER_SITES= https://get.videolan.org/bitstream/${PORTVERSION}/ \
http://get.videolan.org/bitstream/${PORTVERSION}/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Binary MPEG, DVB, IETF, etc. structures access library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake tar:bzip2
NO_BUILD= yes
NO_ARCH= yes
MAKE_ARGS= PKGCONFIG="${STAGEDIR}${PREFIX}/libdata/pkgconfig"
TEST_TARGET= check
PORTDOCS= AUTHORS README NEWS TODO
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|^ @| |' ${WRKSRC}/Makefile
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor
.include <bsd.port.mk>