2004-01-03 09:26:16 +01:00
|
|
|
# New ports collection makefile for: gnomenetstatus
|
|
|
|
# Date Created: 05 December 2003
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-04-10 07:56:28 +02:00
|
|
|
# $MCom: ports/net/gnome-netstatus/Makefile,v 1.52 2009/03/08 19:32:04 marcus Exp $
|
2004-01-03 09:26:16 +01:00
|
|
|
#
|
|
|
|
|
2006-05-28 17:10:51 +02:00
|
|
|
PORTNAME= gnome-netstatus
|
2009-04-10 07:56:28 +02:00
|
|
|
PORTVERSION= 2.26.0
|
2004-01-03 09:26:16 +01:00
|
|
|
CATEGORIES= net gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2004-01-03 09:26:16 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= A GNOME applet that shows network status
|
|
|
|
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2005-11-05 05:53:48 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2004-01-03 09:26:16 +01:00
|
|
|
USE_BZIP2= yes
|
2005-11-05 05:53:48 +01:00
|
|
|
USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 \
|
|
|
|
gnomedocutils
|
2004-01-03 09:26:16 +01:00
|
|
|
USE_GMAKE= yes
|
2006-05-16 00:23:04 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-01-03 09:26:16 +01:00
|
|
|
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2004-11-07 23:24:32 +01:00
|
|
|
GCONF_SCHEMAS= netstatus.schemas
|
|
|
|
|
2004-01-03 09:26:16 +01:00
|
|
|
.include <bsd.port.mk>
|