File:  [cvs.NetBSD.org] / pkgsrc / net / etherape / Makefile
Revision 1.111: download - view: text, annotated - select for diffs
Sun May 2 10:24:51 2021 UTC (3 years, 7 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, HEAD
*: Use the tools framework for itstool

Now it should be more obvious when a package needs it as a dependency,
as it will fail loudly if it isn't declared as a tool.

While here, some duplicate dependencies on itstool were removed from the
MATE packages

# $NetBSD: Makefile,v 1.111 2021/05/02 10:24:51 nia Exp $

DISTNAME=	etherape-0.9.19
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+=	libxml2-[0-9]*:../../textproc/libxml2

USE_TOOLS+=	gmake pkg-config itstool
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"

CVSweb <webmaster@jp.NetBSD.org>