openbsd-ports/net/gloox/Makefile
2018-11-30 21:49:54 +00:00

32 lines
825 B
Makefile

# $OpenBSD: Makefile,v 1.20 2018/11/30 21:49:54 naddy Exp $
COMMENT = extensible C++ library for XMPP clients and components
DISTNAME = gloox-1.0.21
REVISION = 0
SHARED_LIBS += gloox 2.0 # 8.0
CATEGORIES = net devel
HOMEPAGE = https://camaya.net/gloox/
MASTER_SITES = https://camaya.net/download/
EXTRACT_SUFX = .tar.bz2
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# GPLv3 with OpenSSL exemption
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += crypto iconv idn intl m pthread ssl ${COMPILER_LIBCXX} z
COMPILER = base-clang ports-gcc base-gcc
LIB_DEPENDS = devel/libidn
USE_GMAKE = Yes
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-openssl --with-zlib --with-libidn=${LOCALBASE} \
--without-gnutls
MAKE_ENV = MAKE_PROGRAM=${MAKE_PROGRAM}
.include <bsd.port.mk>