8329128c38
- Both upgrades just include upstream fix for the linkage error introduced in 1.5.1 and 1.3.8 respectively.
24 lines
507 B
Makefile
24 lines
507 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libebml
|
|
DISTVERSION= 1.3.9
|
|
DISTVERSIONPREFIX= release-
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL
|
|
|
|
USES= cmake compiler:c++11-lang pathfix tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Matroska-Org
|
|
|
|
CMAKE_ARGS= -DBUILD_SHARED_LIBS=YES
|
|
|
|
.include <bsd.port.mk>
|