2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016 Alexander Pyhalov
17 include ..
/..
/..
/make-rules
/shared-macros.mk
18 include $(WS_MAKE_RULES
)/x11.mk
20 COMPONENT_NAME
= libXmu
21 COMPONENT_VERSION
= 1.1.4
23 COMPONENT_SUMMARY
= libXmu
- miscellaneous utility functions for Xaw and Xt clients
24 COMPONENT_ARCHIVE_EXTENSION
= .
tar.xz
25 COMPONENT_ARCHIVE_HASH
= sha256
:210de3ab9c3e9382572c25d17c2518a854ce6e2c62c5f8315deac7579e758244
26 COMPONENT_FMRI
= x11
/library
/libxmu
27 COMPONENT_LICENSE_FILE
= COPYING
29 TEST_TARGET
= $(TEST_64
)
30 include $(WS_MAKE_RULES
)/common.mk
32 COMPONENT_PREP_ACTION
= ( cp
-r
$(COMPONENT_DIR
)/srcs
/* $(SOURCE_DIR
) && \
33 cd
$(@D
) && PATH
="$(PATH)" autoreconf
-f
-i
)
35 CFLAGS
+= -I
/usr
/include/X11
/xcms
37 CONFIGURE_OPTIONS
+= --without-lint
38 CONFIGURE_OPTIONS
+= --disable-lint-library
40 COMPONENT_BUILD_ARGS
+= V
=1
43 COMPONENT_TEST_TRANSFORMS
+= '-e "s/ [0-9].[0-9][0-9] s//" '
44 COMPONENT_TEST_TRANSFORMS
+= \
50 # Auto-generated dependencies
51 REQUIRED_PACKAGES
+= system
/library
52 REQUIRED_PACKAGES
+= system
/library
/math
53 REQUIRED_PACKAGES
+= x11
/library
/libx11
54 REQUIRED_PACKAGES
+= x11
/library
/libxext
55 REQUIRED_PACKAGES
+= x11
/library
/toolkit
/libxt