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 2015 Aurelien Larcher
18 include ..
/..
/..
/make-rules
/shared-macros.mk
20 COMPONENT_NAME
= kbd_mode
21 COMPONENT_VERSION
= 7.5
23 COMPONENT_FMRI
= system
/keyboard
/kbd_mode
24 COMPONENT_CLASSIFICATION
= System
/Hardware
25 COMPONENT_SUMMARY
= kbd_mode
- utility to change the Solaris kernel key event reporting mode
27 COMPONENT_PROJECT_URL
= https
://hg.java.net
/hg
/solaris-x11~x-s12-clone
28 COMPONENT_LICENSE
= Oracle
30 TEST_TARGET
=$(NO_TESTS
)
31 include $(WS_MAKE_RULES
)/common.mk
35 COMPONENT_COMMON_ENV
= CC
=$(CC
)
36 COMPONENT_COMMON_ENV
+= CFLAGS
="$(CFLAGS)"
37 COMPONENT_COMMON_ENV
+= LDFLAGS
="$(LDFLAGS)"
39 COMPONENT_BUILD_ENV
+= $(COMPONENT_COMMON_ENV
)
40 COMPONENT_BUILD_ARGS
= VPATH
=$(SOURCE_DIR
) -f
$(SOURCE_DIR
)/Makefile
41 COMPONENT_INSTALL_ENV
+= INSTALL
=$(INSTALL
)
42 COMPONENT_INSTALL_ENV
+= DESTDIR
=$(PROTO_DIR
)
43 COMPONENT_INSTALL_ENV
+= PREFIX
=$(USRDIR
)
44 COMPONENT_INSTALL_ENV
+= bindir=$(USRBINDIR
)
45 COMPONENT_INSTALL_ENV
+= mandir=$(USRSHAREMANDIR
)
47 REQUIRED_PACKAGES
+= system
/library