diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-01-17 17:28:08 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-01-17 17:28:08 +0100 |
commit | 059723106d71becb60ec039b5c94a29524f2f64d (patch) | |
tree | d5fb943b4bb9c7376059d35c122358ef6cec5fa5 /x11/libXt/Makefile | |
parent | a743052f3924aa5db23e8d18cb6bb5a13958c1bf (diff) |
add libXt
Diffstat (limited to 'x11/libXt/Makefile')
-rw-r--r-- | x11/libXt/Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/x11/libXt/Makefile b/x11/libXt/Makefile new file mode 100644 index 0000000..1cff1e2 --- /dev/null +++ b/x11/libXt/Makefile @@ -0,0 +1,41 @@ +# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ +COMMENT = X Toolkit Intrinsics library + +DISTNAME = libXt-1.2.0 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxt + +MAINTAINER = xenocara@openbsd.org + +SHARED_LIBS= Xt 11.0 + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = ICE SM Xau X11 xcb + +MASTER_SITES = ${MASTER_SITE_XORG:=lib/} + +# Dependencies +BUILD_DEPENDS = devel/xorg-util-macros \ + devel/xorgproto + +LIB_DEPENDS = x11/libSM \ + x11/libICE \ + x11/libXau \ + x11/libX11 + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + +CONFIGURE_ARGS = --with-appdefaultdir=${LOCALBASE}/share/X11/app-defaults \ + --without-xmlto --without-fop \ + --without-xsltproc --without-glib + + +#NO_BUILD = Yes +NO_TEST = Yes + + +.include <bsd.port.mk> |