29 lines
806 B
Makefile
29 lines
806 B
Makefile
# $NetBSD: Makefile,v 1.30 2014/11/29 00:47:35 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= rudiments-0.48
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rudiments/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rudiments.sourceforge.net/
|
|
COMMENT= C++ class library for client/server/daemon applications
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
PTHREAD_AUTO_VARS= YES
|
|
|
|
.include "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Mclang)
|
|
_WRAP_EXTRA_ARGS.CXX+= -Wno-error=unused-private-field
|
|
CWRAPPERS_APPEND.cxx+= -Wno-error=unused-private-field
|
|
.endif
|
|
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|