28 lines
608 B
Makefile
28 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/02/16 13:57:16 hans Exp $
|
|
|
|
DISTNAME= gloox-1.0
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LANGUAGES+= c++ c
|
|
USE_TOOLS+= autoconf automake pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBS.SunOS+= -lnsl
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/libidn/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|