1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/x11/xload/Makefile
Yuri Victorovich 975422ca57 x11/xload: Update 1.1.2 -> 1.1.3
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)
2018-04-29 22:14:40 +00:00

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>