blob: cf51a8e44ffc169ab05189d1fd7fc225c36df723 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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>
|