mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
40 lines
998 B
Makefile
40 lines
998 B
Makefile
# New ports collection makefile for: gnomenetwork
|
|
# Date Created: 03 June 2003
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/net/gnome-nettool/Makefile,v 1.58 2010/09/28 09:03:44 kwm Exp $
|
|
#
|
|
|
|
PORTNAME= gnome-nettool
|
|
PORTVERSION= 2.32.0
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= A GNOME utility that provides network information statistics
|
|
|
|
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils
|
|
GNOME_DESKTOP_VERSION=2
|
|
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
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/pixmaps
|
|
${LN} -sf ${PREFIX}/share/gnome-nettool/pixmaps/gnome-nettool.png \
|
|
${PREFIX}/share/pixmaps/gnome-nettool.png
|
|
|
|
.include <bsd.port.mk>
|