Files
pkgsrc-ng/chat/gloox/Makefile
2014-11-05 12:41:07 +01:00

32 lines
784 B
Makefile

# $NetBSD: Makefile,v 1.9 2014/02/12 23:17:36 tron Exp $
DISTNAME= gloox-1.0
PKGREVISION= 5
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"