b492334db4
Alan Coopersmith (3): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xload 1.1.3 Emil Velikov (1): autogen.sh: use quoted string variables Jon TURNEY (2): Use Windows load interface for Win32 build, as well as Cygwin Don't try to use [gs]et[ug]id on Win32 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Yaakov Selkowitz (1): Use wrapped windows header to fix compilation for Cygwin
23 lines
572 B
Makefile
23 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.15 2018/03/10 22:06:14 wiz Exp $
|
|
|
|
DISTNAME= xload-1.1.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://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"
|