pkgsrc/x11/xset/Makefile
wiz 0031c86cb7 Update to 1.2.3:
This minor maintenance release adds a -version flag, as well as some
build configuration improvements and janitorial cleanups.

Alan Coopersmith (9):
      Drop usleep fallbacks for ancient OS versions
      Combine usage message strings
      Combine error message strings
      Fix gcc warnings about discarded const qualifiers
      Add printf attribute to usage function and fix warnings it causes
      Fix integer sign/size conversion warnings from clang
      Add -version flag
      Pass buf size to on_or_off instead of just assuming it is big enough
      xset 1.2.3

Jon TURNEY (1):
      Remove unneeded include of windows.h on WIN32
2013-08-09 09:23:13 +00:00

23 lines
574 B
Makefile

# $NetBSD: Makefile,v 1.12 2013/08/09 09:23:13 wiz Exp $
DISTNAME= xset-1.2.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X11 user preferences utility
LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXxf86misc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"