1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/textproc/libebml/Makefile
Tobias C. Berner b079e26229 textproc/libebml: Use release archive
* Use release archive instead of GitHub
* Remove USES= pathfix
* Remove unnecessary patch

PR:		248477
Submitted by:	daniel.engberg.lists@pyret.net
2020-08-15 08:38:48 +00:00

21 lines
483 B
Makefile

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= libebml
DISTVERSION= 1.4.0
CATEGORIES= textproc
MASTER_SITES= https://dl.matroska.org/downloads/libebml/
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 tar:xz
USE_LDCONFIG= yes
CMAKE_ARGS= -DBUILD_SHARED_LIBS=YES
.include <bsd.port.mk>