pkgsrc/x11/setxkbmap/Makefile
wiz 751f778ca7 Update to 1.3.0.
1.3.0:
This release includes a good deal of refactoring and cleanup, along with
bug fixes and build configuration improvements.   Thanks to the wide range
of contributors represented in the changelog below.

1.2.0:
This minor feature release adds the -query option to print the current
RLMVO layout in use by the X server.
2012-06-03 18:01:24 +00:00

22 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/06/03 18:01:24 wiz Exp $
#
DISTNAME= setxkbmap-1.3.0
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
PKG_DESTDIR_SUPPORT= user-destdir
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"