pkgsrc/devel/libebml/Makefile

22 lines
484 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.40 2016/07/03 11:05:43 wiz Exp $
DISTNAME= libebml-1.3.4
CATEGORIES= devel
MASTER_SITES= http://dl.matroska.org/downloads/libebml/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/ebml/
COMMENT= Extensible Binary Meta Language support library
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake
PKGCONFIG_OVERRIDE= libebml.pc.in
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"