aboutsummaryrefslogtreecommitdiff
path: root/sysutils/evisum/Makefile
blob: 17bb7b165999001baa63204e6739f5fe317c94cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	evisum
PORTVERSION=	0.6.0
PORTREVISION=	1
CATEGORIES=	sysutils enlightenment
MASTER_SITES=	http://download.enlightenment.org/rel/apps/${PORTNAME}/

MAINTAINER=	enlightenment@FreeBSD.org
COMMENT=	EFL process monitor and system monitor
WWW=		https://www.enlightenment.org/

LICENSE=	BSD2CLAUSE

LIB_DEPENDS=	libefl.so:devel/efl

DIST_SUBDIR=	enlightenment
USES=		compiler:c11 desktop-file-utils meson pkgconfig tar:xz

PLIST_FILES=	"@(root,kmem,2755) bin/evisum"

.include <bsd.port.mk>