freebsd-ports/multimedia/aribb24/Makefile
Dries Michiels ebf7717569 multimedia/aribb24: New port
A library for ARIB STD-B24, decoding JIS 8 bit characters
and parsing MPEG-TS stream.

Reviewed by:		0mp, diizzy
Differential Revision:	https://reviews.freebsd.org/D33618
2022-02-15 21:10:06 +01:00

25 lines
412 B
Makefile

PORTNAME= aribb24
DISTVERSION= 1.0.4
CATEGORIES= multimedia
MAINTAINER= driesm@FreeBSD.org
COMMENT= ARIB STD-B24 library
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png
USES= autoreconf libtool pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= jeeb
GH_TAGNAME= a41b904
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>