pkgsrc-wip/libdbglog/Makefile

25 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/03 09:10:38 asau Exp $
#
DISTNAME= libdbglog-1.5.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dbglog/}
EXTRACT_SUFX= .tar.bz2
LICENSE= gnu-lgpl-v2
MAINTAINER= ondrej.tuma@firma.seznam.cz
HOMEPAGE= http://opensource.seznam.cz/DBGlog
COMMENT= C++ library for debugging purposes and runtime logging to file
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= aclocal autoconf automake
pre-configure:
cd ${WRKSRC} && aclocal && libtoolize --force && automake --foreign --add-missing && autoconf
#.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"