609070f9ad
Bug 21675 xmodmap manpage states the wrong path to XKeysymDB Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Add pointers to mailing lists, bugzilla, & git to README Skip whitespace for virtual button '0'. Correct make distcheck.
20 lines
419 B
Makefile
20 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/11/09 18:35:08 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= xmodmap-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= 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"
|