summaryrefslogtreecommitdiffstats
path: root/net/gnome-nettool/Makefile
blob: a3ca80bb4e0700a5f05d356114e52b25987eafde (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
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/trunk/net/gnome-nettool3/Makefile 18610 2013-06-30 16:33:05Z marcus $

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

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

LIB_DEPENDS=    libgtop-2.0.so:${PORTSDIR}/devel/libgtop

USE_XZ=     yes
USE_GNOME=  intlhack gnomeprefix gtk30 gnomedocutils
USES=       gettext gmake pathfix
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>