2004-10-20 01:27:01 +00:00
|
|
|
# New ports collection makefile for: kf
|
|
|
|
# Date created: Tue Oct 19 01:48:30 UTC 2004
|
2005-12-15 20:34:46 +00:00
|
|
|
# Whom: Andrey Slusar <anray@FreeBSD.org>
|
2004-10-20 01:27:01 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kf
|
2005-11-25 01:54:56 +00:00
|
|
|
PORTVERSION= 0.5.4.1
|
2005-11-09 08:21:21 +00:00
|
|
|
CATEGORIES= net-im
|
2005-11-25 01:54:56 +00:00
|
|
|
MASTER_SITES= http://files.jabberstudio.org/kf/
|
2004-10-20 01:27:01 +00:00
|
|
|
|
2005-12-15 20:34:46 +00:00
|
|
|
MAINTAINER= anray@FreeBSD.org
|
2004-10-20 01:27:01 +00:00
|
|
|
COMMENT= A simple Jabber client using the GTK+ 2.0 toolkit
|
|
|
|
|
2005-11-09 09:35:32 +00:00
|
|
|
LIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth
|
2004-10-20 01:27:01 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GNOME= libglade2
|
|
|
|
USE_GETOPT_LONG= yes
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2005-11-15 06:52:12 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-10-20 01:27:01 +00:00
|
|
|
|
2004-12-26 18:20:59 +00:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2004-10-20 01:27:01 +00:00
|
|
|
.ifndef(WITHOUT_GTKSPELL)
|
|
|
|
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
|
|
|
|
CONFIGURE_ARGS+= --enable-gtkspell
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|