diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-04-19 14:20:13 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-04-19 14:20:13 +0200 |
commit | e505dec5ac77157e2fdfddd9d6f191746d7c672b (patch) | |
tree | c6bc595197dafbb070c59d2f7d424aabadccf433 /x11 | |
parent | 0dfa8a62b4d84b7f45e8142d1ecb4f2982de3c4c (diff) |
Add libXdmcp
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXdmcp/Makefile | 30 | ||||
-rw-r--r-- | x11/libXdmcp/distinfo | 2 | ||||
-rw-r--r-- | x11/libXdmcp/pkg/DESCR | 5 | ||||
-rw-r--r-- | x11/libXdmcp/pkg/PLIST | 8 |
4 files changed, 45 insertions, 0 deletions
diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile new file mode 100644 index 0000000..e00c02b --- /dev/null +++ b/x11/libXdmcp/Makefile @@ -0,0 +1,30 @@ +# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ +COMMENT = X Display Manager Control Protocol library + +DISTNAME = libXdmcp-1.1.3 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxdmcp + +MAINTAINER = xenocara@openbsd.org + +SHARED_LIBS= Xdmcp 11.0 + +# MIT +PERMIT_PACKAGE = Yes + +#WANTLIB = ??? + +MASTER_SITES = ${MASTER_SITE_XORG:=lib/} + +# Dependencies +BUILD_DEPENDS = devel/xorg-util-macros \ + devel/xorgproto + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + + +.include <bsd.port.mk> diff --git a/x11/libXdmcp/distinfo b/x11/libXdmcp/distinfo new file mode 100644 index 0000000..eb907f3 --- /dev/null +++ b/x11/libXdmcp/distinfo @@ -0,0 +1,2 @@ +SHA256 (libXdmcp-1.1.3.tar.gz) = LvllPTLgnRvxuDfQ4DEQJJeWU/51WtOqrajbGqbqGAw= +SIZE (libXdmcp-1.1.3.tar.gz) = 429668 diff --git a/x11/libXdmcp/pkg/DESCR b/x11/libXdmcp/pkg/DESCR new file mode 100644 index 0000000..37e6510 --- /dev/null +++ b/x11/libXdmcp/pkg/DESCR @@ -0,0 +1,5 @@ +The purpose of the X Display Manager Control Protocol (XDMCP) +is to provide a uniform mechanism for an autonomous +display to request login service from a remote host. + + diff --git a/x11/libXdmcp/pkg/PLIST b/x11/libXdmcp/pkg/PLIST new file mode 100644 index 0000000..5c00d56 --- /dev/null +++ b/x11/libXdmcp/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v$ +include/X11/Xdmcp.h +@static-lib lib/libXdmcp.a +lib/libXdmcp.la +@lib lib/libXdmcp.so.${LIBXdmcp_VERSION} +lib/pkgconfig/xdmcp.pc +share/doc/libXdmcp/ +share/doc/libXdmcp/xdmcp.xml |