diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-19 19:22:14 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-19 19:22:14 +0200 |
commit | f5bca982131a89a0083de0fa092d52953ae47acd (patch) | |
tree | 19d454dcbe7fce0012d808464aa88167f3e8034f /x11/xcb-util-keysyms/Makefile | |
parent | fcc00f8c20c2b0d8cbe97f8fd226bf9e08410b73 (diff) |
Add xcb-util-keysyms
Diffstat (limited to 'x11/xcb-util-keysyms/Makefile')
-rw-r--r-- | x11/xcb-util-keysyms/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/xcb-util-keysyms/Makefile b/x11/xcb-util-keysyms/Makefile new file mode 100644 index 0000000..7d6efcc --- /dev/null +++ b/x11/xcb-util-keysyms/Makefile @@ -0,0 +1,29 @@ +# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ +COMMENT = utilitiy libraries for keysyms management + +DISTNAME = xcb-util-keysyms-0.4.0 +CATEGORIES = x11 + +HOMEPAGE = https://xcb.freedesktop.org + +MAINTAINER = xenocara@openbsd.org + +SHARED_LIBS= xcb-keysyms 3.0 + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = Xau Xdmcp xcb + +MASTER_SITES = https://xcb.freedesktop.org/dist/ + +BUILD_DEPENDS = devel/xorgproto + +LIB_DEPENDS = x11/libxcb + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + +.include <bsd.port.mk> |