1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/sysutils/wmmemload/Makefile
Niclas Zeising 428fac4e1c Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 17:17:53 +00:00

20 lines
406 B
Makefile

# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
# $FreeBSD$
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>