summaryrefslogtreecommitdiffstats
path: root/net/gnome-nettool3/Makefile
blob: c76cb7dd685237de0e4082a83c661a9cf02503ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:   gnomenetwork
# Date Created:         03 June 2003
# Whom:             Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/net/gnome-nettool3/Makefile,v 1.1 2011/05/01 23:42:02 mezz Exp $
#

PORTNAME=   gnome-nettool
PORTVERSION=    3.0.1
PORTEPOCH=  1
CATEGORIES= net gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A GNOME utility that provides network information statistics

LIB_DEPENDS=    gtop-2.0.7:${PORTSDIR}/devel/libgtop

CONFLICTS=  gnome-nettool-2.[0-9]*
LATEST_LINK=    gnome-nettool3

USE_XZ=     yes
USE_GNOME=  gnomehack intlhack gnomeprefix gtk30 gnomedocutils
USE_GMAKE=  yes
USE_GETTEXT=    yes
INSTALLS_OMF=   yes
INSTALLS_ICONS= yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CFLAGS+=    -DHAVE_SOCKADDR_SA_LEN

GLIB_SCHEMAS=   org.gnome.gnome-nettool.gschema.xml

.include <bsd.port.mk>