717dd45855
This release, like the previous one, brings more modernization and cleanup of code for long dead OS variants. Alan Coopersmith (18): Combine usage message strings unifdef -UCRAY unifdef -UAIXV3 unifdef -UMOTOROLA unifdef -Uumips unifdef -Usony unifdef -Ualliant unifdef -UUTEK unifdef -Uhcx unifdef -Usequent unifdef -U__UNIXOS2__ unifdef -UX_NOT_POSIX Make getloadavg() the first choice on Unix systems that have it Cleanup trailing whitespace Use 'imdent' to make the deeply nested #ifdef levels easier to follow Use C99 struct initializers for XKeyboardControl values Add noreturn attribute to usage() as suggested by -Wmissing-noreturn xload 1.1.2 Eric S. Raymond (1): Eliminate use of tab stops. Helps with translation to DocBook.
20 lines
492 B
Makefile
20 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.12 2013/08/04 07:28:57 wiz Exp $
|
|
|
|
DISTNAME= xload-1.1.2
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config xgettext
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
|
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|