Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/multimedia/aribb24/Makefile
16460 views
PORTNAME=	aribb24
DISTVERSION=	1.0.4
CATEGORIES=	multimedia

MAINTAINER=	[email protected]
COMMENT=	ARIB STD-B24 library
WWW=		https://github.com/nkoriyama/aribb24

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>