b5bd3ac602
MFH: 2017Q3
23 lines
481 B
Makefile
23 lines
481 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libebml
|
|
PORTVERSION= 1.3.5
|
|
DISTVERSIONPREFIX= release-
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= autoreconf gmake libtool pathfix tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Matroska-Org
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|