mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
975422ca57
Port changes: * Add LICENSE_FILE * Add to USE_XORG * Moved BROKENxx to a proper place PR: 227083 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days)
19 lines
330 B
Makefile
19 lines
330 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xload
|
|
PORTVERSION= 1.1.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= System load average display for X
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BROKEN_aarch64= Fails to build: exec(xgettext) failed (No such file or directory)
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xaw xmu xt
|
|
|
|
.include <bsd.port.mk>
|