blob: b9ebb5356da6b57aa226fc7a8afbf203fbb7aa35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# $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 X11 Xau Xdmcp xcb
MASTER_SITES = ${MASTER_SITE_XORG:=lib/}
# Dependencies
BUILD_DEPENDS = devel/xorg-util-macros \
devel/xorgproto
LIB_DEPENDS = x11/libSM \
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>
|