28 lines
652 B
Makefile
28 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/07/02 18:21:13 sno Exp $
|
|
#
|
|
|
|
DISTNAME= log4cplus-1.1.1
|
|
PKGREVISION= 1
|
|
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/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Mclang)
|
|
CPPFLAGS+= -Werror=ignored-attributes
|
|
.endif
|
|
|
|
CHECK_BUILTIN.pthread:= yes
|
|
.include "../../mk/pthread.builtin.mk"
|
|
CHECK_BUILTIN.pthread:= no
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|