mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
bb5196a149
variables deprecation revision WITHOUT_NLS 2013-12-13 r336337 WITH_/WITHOUT_ 2014-02-24 r345870 NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587 WITH_BDB_VER 2016-05-02 r414444 OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387 WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965 While there, add an ERROR variable that works like DEV_ERROR, but for user facing errors, and move NOPORTDOCS, NOPORTEXAMPLES and WITHOUT_NLS to it. Cleanup bsd.sanity.mk a bit. Fix fallout. PR: 224613 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13490
28 lines
479 B
Makefile
28 lines
479 B
Makefile
# Created by: Ryan Steinmetz
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jnettop
|
|
PORTVERSION= 0.13.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.13 \
|
|
ZI
|
|
|
|
MAINTAINER= zi@FreeBSD.org
|
|
COMMENT= Traffic visualizer, similar to nettop
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig gmake
|
|
USE_GNOME= glib20
|
|
|
|
LICENSE= GPLv2
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
.if defined(WITH_DAG)
|
|
post-configure:
|
|
${ECHO_CMD} "#define BSD 1" >> ${WRKSRC}/config.h
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|