aa233f93c2
This minor maintenance release provides some hopefully very non-dangerous man page improvements and janitorial cleanups, including the addition of a -version flag to the accepted CLI options. Alan Coopersmith (11): remove unused variable cpp Get rid of dpy global so we don't get shadow warnings from every function Mark Exit() and usage() as _X_NORETURN Use strtoul instead of open coding it with sscanf Mark msg argument to get_window_id as const, since it's just printed out Mark static string in verify_okay_to_kill as const Add -version option to print version Use man page sections in See Also references to libX11 man pages Mark arguments to catch_window_errors as unused Explicitly cast tolower() return value to char before storing in a char xkill 1.0.4 Gaetan Nadon (3): man: remove trailing spaces and tabs man: replace hard coded man page section with substitution strings config: move man pages into their own directory
18 lines
412 B
Makefile
18 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/09/09 09:34:49 wiz Exp $
|
|
|
|
DISTNAME= xkill-1.0.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Kill X clients
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|