f27209bbf9
Approved by: portmgr (blanket)
19 lines
450 B
Makefile
19 lines
450 B
Makefile
PORTNAME= wmmemload
|
|
PORTVERSION= 0.1.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils windowmaker
|
|
MASTER_SITES= https://dev.gentoo.org/~voyageur/distfiles/
|
|
|
|
MAINTAINER= mbeis@xs4all.nl
|
|
COMMENT= Dockapp for monitoring memory and swap usage
|
|
WWW= https://windowmaker.org/dockapps/?name=wmmemload
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
USES= autoreconf xorg
|
|
USE_XORG= xpm
|
|
WRKSRC= ${WRKDIR}/dockapps
|
|
|
|
.include <bsd.port.mk>
|