3463e2d81c
This release ends support for SGI Irix, which SGI themselves did in 2013. Alan Coopersmith (11): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Fix spelling/wording issues Fix formatting issues in xload man page gitlab CI: add a basic build test Build xz tarballs instead of bzip2 xload.man: adopt standard formatting for man page references xload.man: remove out-of-date COPYRIGHT section Use _CONST_X_STRING to make libXt declare String as const char * unifdef -Usgi xload 1.1.4
23 lines
572 B
Makefile
23 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.17 2022/04/04 09:46:08 wiz Exp $
|
|
|
|
DISTNAME= xload-1.1.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= System load average display for X
|
|
|
|
BROKEN_GETTEXT_DETECTION= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config xgettext
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|