d01e7a5cb2
This minor maintenance release cleans up the code, configuration, & docs. Alan Coopersmith (12): unifdef -Unotyet Delete unused uStrCasePrefix function Remove unused debugging & function tracing frameworks Convert sprintf calls to snprintf Convert sources to X.Org standard coding style Remove unnecessary cast of getenv return value to char * Add -version option to print program version Add xev & xkbwatch to SEE ALSO list in man page Remove unused macro lowbit() configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xkbevd 1.1.4 Bjarni Ingi Gislason (1): man: whitespace fixes Julien Cristau (1): man: fix broken escape sequence (\P instead of \fP)
17 lines
464 B
Makefile
17 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/04/17 07:09:48 wiz Exp $
|
|
|
|
DISTNAME= xkbevd-1.1.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Possible replacement for xev (work in progress)
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/libxkbfile/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|