freebsd-ports/textproc/libebml/Makefile
Thomas Zander 6c4011f63b Update to upstream version 1.3.6
Details:
- Update to upstream version 1.3.6
- Switch build system to cmake (mandatory upstream)
- Build shared libs, not static libs (upstream build
  system requires either-or; the number of consumers
  in the ports tree is small, this is unlikely to
  cause problems)

MFH:		2018Q2
2018-04-22 18:11:18 +00:00

24 lines
468 B
Makefile

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= libebml
PORTVERSION= 1.3.6
DISTVERSIONPREFIX= release-
CATEGORIES= textproc
MAINTAINER= multimedia@FreeBSD.org
COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML
LICENSE= LGPL21
USES= cmake pathfix tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= Matroska-Org
CMAKE_ARGS= -DBUILD_SHARED_LIBS=YES
.include <bsd.port.mk>