19 lines
394 B
Makefile
19 lines
394 B
Makefile
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
|
|
PORTNAME= wmmemload
|
|
PORTVERSION= 0.1.8
|
|
CATEGORIES= sysutils windowmaker
|
|
MASTER_SITES= https://dev.gentoo.org/~voyageur/distfiles/
|
|
|
|
MAINTAINER= mbeis@xs4all.nl
|
|
COMMENT= Dockapp for monitoring memory and swap usage
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf xorg
|
|
USE_XORG= xpm
|
|
WRKSRC= ${WRKDIR}/dockapps
|
|
|
|
.include <bsd.port.mk>
|