2018-04-18 00:29:31 +02:00
|
|
|
# $NetBSD: Makefile,v 1.18 2018/04/17 22:29:35 wiz Exp $
|
2011-02-06 20:46:48 +01:00
|
|
|
|
2016-08-30 17:20:47 +02:00
|
|
|
DISTNAME= gloox-1.0.17
|
2018-04-18 00:29:31 +02:00
|
|
|
PKGREVISION= 2
|
2011-02-06 20:46:48 +01:00
|
|
|
CATEGORIES= chat
|
2018-02-11 16:41:19 +01:00
|
|
|
MASTER_SITES= https://camaya.net/download/
|
2011-02-06 20:46:48 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= schnoebe@cirr.com
|
2018-02-11 16:41:19 +01:00
|
|
|
HOMEPAGE= https://camaya.net/gloox/
|
2011-02-06 20:46:48 +01:00
|
|
|
COMMENT= Jabber/XMPP client library
|
2014-05-06 12:44:08 +02:00
|
|
|
LICENSE= gnu-gpl-v3
|
2011-02-06 20:46:48 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
USE_LANGUAGES+= c++ c
|
2011-04-07 00:00:10 +02:00
|
|
|
USE_TOOLS+= autoconf automake pkg-config
|
2011-02-06 20:46:48 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
|
2012-02-16 14:50:52 +01:00
|
|
|
LIBS.SunOS+= -lnsl
|
|
|
|
|
2012-11-08 23:11:22 +01:00
|
|
|
# -pedantic in gcc 4.5.3 (NetBSD 6) is less pedantic than
|
|
|
|
# in gcc 4.1.3 (NetBSD 5.*) aka, -pedantic causes build
|
|
|
|
# failures when including gnutls on older versions of gcc.
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-pedantic
|
|
|
|
|
2011-02-06 20:46:48 +01:00
|
|
|
.include "options.mk"
|
|
|
|
|
|
|
|
.include "../../devel/libidn/buildlink3.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|