freebsd-ports/textproc/libebml/Makefile
Thomas Zander c7d7dc68dd - Update to upstream version 1.3.1
- Uses GNU_CONFIGURE and pkgconfig now -> simplify port Makefile
2015-01-05 13:18:06 +00:00

25 lines
618 B
Makefile

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= libebml
PORTVERSION= 1.3.1
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 tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
post-patch:
${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|@prefix@/libdata/pkgconfig|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>