9b1b3eaab7
xorg says that xkbdata is deprecated and to use xkeyboard-config instead.
22 lines
494 B
Makefile
22 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/12/05 03:09:38 reed Exp $
|
|
#
|
|
|
|
DISTNAME= xkbdata-1.0.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/data/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Xorg keyboard maps and layouts
|
|
|
|
CONFLICTS+= xkeyboard-config-[0-9]*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
DEPENDS+= xkbcomp-[0-9]*:../../x11/xkbcomp
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|