freebsd-ports/net-mgmt/etherape/Makefile
2014-12-21 00:43:28 +00:00

23 lines
489 B
Makefile

# Created by: Holger Lamm <holger@eit.uni-kl.de>
# $FreeBSD$
PORTNAME= etherape
PORTVERSION= 0.9.13
PORTREVISION= 1
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 libglade2 libgnomeui
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>