Update textproc/hs-lhs2tex to version 1.24
[dports.git] / net-mgmt / jnettop / Makefile
1 # Created by: Ryan Steinmetz
2 # $FreeBSD$
3
4 PORTNAME=       jnettop
5 PORTVERSION=    0.13.0
6 PORTREVISION=   1
7 CATEGORIES=     net-mgmt
8 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/0.13 \
9                 ZI
10
11 MAINTAINER=     zi@FreeBSD.org
12 COMMENT=        Traffic visualizer, similar to nettop
13
14 GNU_CONFIGURE=  yes
15 USES=           gmake gnome pkgconfig
16 USE_GNOME=      glib20
17
18 LICENSE=        GPLv2
19
20 CONFIGURE_ARGS= --prefix=${PREFIX}
21
22 .if defined(WITH_DAG)
23 post-configure:
24         ${ECHO_CMD} "#define BSD 1" >> ${WRKSRC}/config.h
25 .endif
26
27 .include <bsd.port.mk>