a81e41df2a
This minor maintenance release corrects build issues on some platforms and improves the man page & help output. Alan Coopersmith (4): include config.h before stdio.h & other system headers Allow printing -help & -grammar messages without a valid DISPLAY Add missing copyright dates from xmodmap.man to COPYING xmodmap 1.0.8 Jon TURNEY (1): Include X11/Xwindows.h on WIN32 Stéphane Aulery (1): error in manpage example about swapping Control_L/Caps_Lock keys
17 lines
382 B
Makefile
17 lines
382 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/09/09 09:39:52 wiz Exp $
|
|
|
|
DISTNAME= xmodmap-1.0.8
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X modmap program
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|