mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
9a1fb91f9d
Use pathfix instead of specific target
22 lines
513 B
Makefile
22 lines
513 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libebml
|
|
PORTVERSION= 1.3.3
|
|
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
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|