1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net-mgmt/etherape/Makefile
Martin Wilke 6e692f8c61 - Update to 0.9.13
PR:		188862
Submitted by:	Ports Fury
2014-04-26 02:32:10 +00:00

23 lines
484 B
Makefile

# Created by: Holger Lamm <holger@eit.uni-kl.de>
# $FreeBSD$
PORTNAME= etherape
PORTVERSION= 0.9.13
CATEGORIES= net-mgmt gnome
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical network traffic visualization tool for gnome
LICENSE= GPLv2
USES= gettext gmake iconv pathfix pkgconfig
USE_GNOME= gnomedocutils gnomehier libglade2 libgnomeui
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>