347e2fe545
James Cloos (1): Add missing PHONY line for automatic ChangeLog generation Paulo Cesar Pereira de Andrade (1): Ansification and compile warning fixes. Peter Hutterer (5): Remove RCS tags. Indent consistently. Adding some explanatory comments. Check return value of calloc and realloc. #18759 and #18760 Bump to 1.1.0
22 lines
527 B
Makefile
22 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/07/17 20:20:59 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= setxkbmap-1.1.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"
|