mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
21 lines
495 B
Makefile
21 lines
495 B
Makefile
# Created by: Peter TKATHENKO <peter@flytrace.com>
|
|
|
|
PORTNAME= evisum
|
|
PORTVERSION= 0.5.10
|
|
CATEGORIES= sysutils enlightenment
|
|
MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/
|
|
|
|
MAINTAINER= enlightenment@FreeBSD.org
|
|
COMMENT= EFL process monitor and system monitor
|
|
|
|
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>
|