blob: c90a7aa0558e44477decef5faf660138b7d57f7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $NetBSD: Makefile,v 1.10 2014/05/06 08:41:38 wiz Exp $
DISTNAME= gloox-1.0.10
CATEGORIES= chat
MASTER_SITES= http://camaya.net/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= schnoebe@cirr.com
HOMEPAGE= http://camaya.net/gloox/
COMMENT= Jabber/XMPP client library
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES+= c++ c
USE_TOOLS+= autoconf automake pkg-config
USE_LIBTOOL= yes
LIBS.SunOS+= -lnsl
# -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
.include "options.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|