34cdd9506e
Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (4): Tell clang not to report -Wpadded warnings on public headers we can't fix Add comments about sizes of dynamically allocated arrays Drop WORD64 (Cray) support kbproto 1.0.7 Colin Walters (1): autogen.sh: Implement GNOME Build API Daniel Martin (1): specs: Change XkbSA_DfltBtnAbsolute to 4 Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES wettstae@gmail.com (1): kbproto: Fix typo in XkbSARedirectSetVMods
18 lines
414 B
Makefile
18 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/05/01 08:45:17 wiz Exp $
|
|
|
|
DISTNAME= kbproto-1.0.7
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= KB extension headers from X.org
|
|
LICENSE= mit
|
|
|
|
CONFLICTS+= xextensions-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= kbproto.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|