aboutsummaryrefslogtreecommitdiff
path: root/textproc/libebml/Makefile
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2017-08-19 11:20:05 +0000
committerThomas Zander <riggs@FreeBSD.org>2017-08-19 11:20:05 +0000
commitb5bd3ac6020fb323c06192afdbd3512b9a7508f1 (patch)
tree191b20bae64a4554f8d7d6dc66c85ce8de1f6860 /textproc/libebml/Makefile
parent7869df0573b04ec8afe3adaa97de316581c2f421 (diff)
downloadports-b5bd3ac6020fb323c06192afdbd3512b9a7508f1.tar.gz
ports-b5bd3ac6020fb323c06192afdbd3512b9a7508f1.zip
Notes
Diffstat (limited to 'textproc/libebml/Makefile')
-rw-r--r--textproc/libebml/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile
index be74d46f68b4..f299add8c2dd 100644
--- a/textproc/libebml/Makefile
+++ b/textproc/libebml/Makefile
@@ -2,20 +2,22 @@
# $FreeBSD$
PORTNAME= libebml
-PORTVERSION= 1.3.4
+PORTVERSION= 1.3.5
+DISTVERSIONPREFIX= release-
CATEGORIES= textproc
-MASTER_SITES= http://dl.matroska.org/downloads/libebml/ \
- http://www.bunkus.org/videotools/mkvtoolnix/sources/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML
LICENSE= LGPL21
-USES= gmake libtool pathfix tar:bzip2
+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>