summaryrefslogtreecommitdiff
path: root/net/etherape/Makefile
blob: 31648db8a8d5bba0a5378821470b1e54d033a4fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $NetBSD: Makefile,v 1.107 2020/03/08 16:50:50 wiz Exp $

DISTNAME=	etherape-0.9.18
PKGREVISION=	1
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=etherape/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://etherape.sourceforge.io/
COMMENT=	Graphical network monitor
LICENSE=	gnu-gpl-v2 # or later

TOOL_DEPENDS+=	itstool-[0-9]*:../../textproc/itstool
TOOL_DEPENDS+=	libxml2-[0-9]*:../../textproc/libxml2

USE_TOOLS+=	gmake pkg-config
USE_TOOLS+=	msgfmt msgmerge xgettext
GNU_CONFIGURE=	yes

PKG_SYSCONFSUBDIR=	etherape

CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}

.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../graphics/goocanvas2/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"