29 lines
766 B
Makefile
29 lines
766 B
Makefile
# $NetBSD: Makefile,v 1.18 2020/03/08 16:47:42 wiz Exp $
|
|
|
|
DISTNAME= ucommon-7.0.0
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=commoncpp/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/software/commoncpp/
|
|
COMMENT= Very light-weight C++ library for deeply embedded applications
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
|
|
# Incompatible with OpenSSL 1.1
|
|
CMAKE_ARGS+= -DCRYPTO_OPENSSL=OFF
|
|
|
|
PKGCONFIG_OVERRIDE+= commoncpp.pc.in
|
|
PKGCONFIG_OVERRIDE+= ucommon.pc.in
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl -lintl
|
|
|
|
.include "options.mk"
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|