freebsd-ports/net/gnome-jabber/Makefile
Joe Marcus Clarke afbdb53124 Update to 0.4.
2004-04-29 03:06:39 +00:00

26 lines
605 B
Makefile

# New ports collection makefile for: gnome-jabber
# Date created: 4 July 2003
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnome-jabber
PORTVERSION= 0.4
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
USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>