2003-07-12 01:33:39 -04:00
|
|
|
# New ports collection makefile for: gnome-jabber
|
|
|
|
# Date created: 4 July 2003
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnome-jabber
|
2003-08-25 03:20:38 -04:00
|
|
|
PORTVERSION= 0.3
|
2004-02-04 00:10:27 -05:00
|
|
|
PORTREVISION= 1
|
2003-07-12 01:33:39 -04:00
|
|
|
CATEGORIES= net gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= GNOME 2 Jabber Client
|
|
|
|
|
|
|
|
LIB_DEPENDS= gnet-2.0.0:${PORTSDIR}/net/gnet2
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2003-07-19 01:20:45 -04:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui
|
2003-07-12 01:33:39 -04:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|