d5a5395e2e
1.0.7: This quick fix release solves build problems on systems that need definitions such as _GNU_SOURCE to expose asprintf() in their headers. 1.0.6: Alan Coopersmith (4): Fix gcc -Wwrite-strings warnings Free copy of input line at end of process_line instead of leaking it Replace chk_malloc + sprintf with asprintf xmodmap 1.0.6 Gaetan Nadon (2): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: replace hard coded section with __appmansuffix__ Jeremy Huddleston (4): Dead code removal Improve error handling in copy_to_scratch Include strings.h for strcasecmp Add missing _X_NORETURN to functions that need it Jesse Adkins (1): Purge cvs tags. 1.0.5: This minor maintenance release features improvements to the man page, as well as the usual recent rounds of build configuration improvements and janitorial cleanups.
20 lines
419 B
Makefile
20 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/06/03 18:23:16 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xmodmap-1.0.7
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|