pkgsrc/devel/log4cplus/Makefile

19 lines
430 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2012/10/31 11:17:25 asau Exp $
#
DISTNAME= log4cplus-1.0.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=log4cplus/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://log4cplus.sourceforge.net/
COMMENT= Logging API for C++
LICENSE= apache-2.0 AND 2-clause-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++ # C for configure
.include "../../mk/bsd.pkg.mk"