Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration xkbprint(1): Some (typographical) corrections to the manual Emil Velikov (1): autogen.sh: use quoted string variables Matt Turner (1): xkbprint 1.0.5 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
17 lines
479 B
Makefile
17 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/11/26 10:05:08 wiz Exp $
|
|
|
|
DISTNAME= xkbprint-1.0.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Generate printable description of a XKB keyboard description
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/libxkbfile/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|