pkgsrc-wip/mcabber/Makefile
Khalil Petit 8323f18d3f mcabber (0.8.3)
* Fix truncation of UTF-8 buddy names in the roster (Myhailo Danylenko)
* Fix SSL support on OS X (Alexis Hildebrandt)
* Fix a freeze with some mistakes in the configuration file
* Update the sample event script to be more portable
* Fix some UTF-8 related issues
* Fix permissions of help files
* Correctly display the first message of a buffer (it wasn't wrapped)
2006-11-20 17:54:25 +00:00

26 lines
749 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/11/20 17:54:25 kh-p Exp $
DISTNAME= mcabber-0.8.3
CATEGORIES= chat
MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= kh.p@no-log.org
HOMEPAGE= http://www.lilotux.net/~mikael/mcabber/
COMMENT= Jabber console client
GNU_CONFIGURE= yes
USE_TOOLS+= gmake xgettext
USE_NCURSES= yes
#Work in Progress for UTF-8 issue.
#CONFIGURE_ENV+= CFLAGS=${CFLAGS:M*:Q} CPPFLAGS=${CPPFLAGS:M*:Q}
#CFLAGS+= -I${LOCALBASE}/include
#CPPFLAGS= ${CFLAGS}
#LDFLAGS+= -lcrypto -L${LOCALBASE}/lib
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/ncursesw/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"