pkgsrc/x11/setxkbmap/Makefile
wiz a7d15eafc9 Update to 1.3.1:
Alan Coopersmith (7):
      Move global rules variable into applyRules, the only function that uses it
      Make len a size_t instead of converting back & forth to an int
      Use C99 struct initializer for cmdNames in applyComponentNames
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      setxkbmap 1.3.1

Benno Schulenberg (2):
      Printing the program's version number on -version.
      Fixing a small mistake in the man page -- s/comp/map/.

Stéphane Aulery (1):
      Ensure consistency between the manpage and the output of the -h option
2015-04-17 06:55:57 +00:00

19 lines
490 B
Makefile

# $NetBSD: Makefile,v 1.9 2015/04/17 06:55:57 wiz Exp $
DISTNAME= setxkbmap-1.3.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Set the keyboard map using the X Keyboard Extension
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libxkbfile/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"