blob: 1e2a5b8c608e8790a7cea46e2769f8162a1fc136 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.4 2012/10/29 05:07:13 asau Exp $
#
DISTNAME= xkbdata-1.0.1
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=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]*
GNU_CONFIGURE= yes
DEPENDS+= xkbcomp-[0-9]*:../../x11/xkbcomp
.include "../../mk/bsd.pkg.mk"
|