diff options
Diffstat (limited to 'x11/libXdmcp/Makefile')
-rw-r--r-- | x11/libXdmcp/Makefile | 30 |
1 files changed, 30 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> |