diff options
Diffstat (limited to 'x11/setxkbmap/Makefile')
-rw-r--r-- | x11/setxkbmap/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/x11/setxkbmap/Makefile b/x11/setxkbmap/Makefile new file mode 100644 index 0000000..e51d7af --- /dev/null +++ b/x11/setxkbmap/Makefile @@ -0,0 +1,31 @@ +# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ +COMMENT = set the keyboard using the X Keyboard Extension + + +DISTNAME = setxkbmap-1.3.2 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/setxkbmap + +MAINTAINER = xenocara@openbsd.org + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = X11 xkbfile c + +MASTER_SITES = ${MASTER_SITE_XORG:=app/} + +MODULES = xenocara + +BUILD_DEPENDS = devel/xorgproto + +LIB_DEPENDS = x11/libX11 \ + x11/libxkbfile + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + +.include <bsd.port.mk> |