remmina: update to 1.4.37
[oi-userland.git] / components / x11 / xf86-input-vmmouse / Makefile
blob44c7f8fd169e22f4ee7b7583a8e72e4147105e96
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
5 # 1.0 of the CDDL.
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 Alexander Pyhalov
16 X11_CATEGORY=DRIVER
17 include ../../../make-rules/shared-macros.mk
18 include $(WS_MAKE_RULES)/x11.mk
20 COMPONENT_NAME= xf86-input-vmmouse
21 COMPONENT_VERSION= 13.2.0
22 COMPONENT_SUMMARY= xf86-input-vmmouse - VMWare guest mouse input driver for the Xorg X server
23 COMPONENT_ARCHIVE_EXTENSION= .tar.xz
24 COMPONENT_ARCHIVE_HASH= sha256:56f077580ab8f02e2f40358c5c46b0ae3e1828fc77744526b24adf1ceea339b8
25 COMPONENT_FMRI= x11/server/xorg/driver/xorg-input-vmmouse
27 include $(WS_MAKE_RULES)/common.mk
29 CONFIGURE_BINDIR.32=$(XORG_LIBDIR)
30 CONFIGURE_BINDIR.64=$(XORG_LIBDIR)
32 CFLAGS+= -std=gnu99
34 CONFIGURE_OPTIONS += --with-hal-bin-dir=/usr/sbin
35 CONFIGURE_OPTIONS += --with-hal-callouts-dir=/usr/lib/hal
36 CONFIGURE_OPTIONS += --with-hal-fdi-dir=/etc/hal/fdi/policy/10osvendor
37 CONFIGURE_OPTIONS += --without-libudev
38 CONFIGURE_OPTIONS += --with-udev-rules-dir=no
40 # Build dependencies
41 REQUIRED_PACKAGES += x11/header/x11-protocols
43 REQUIRED_PACKAGES += SUNWcs
44 REQUIRED_PACKAGES += system/library
45 REQUIRED_PACKAGES += x11/library/libpthread-stubs
46 REQUIRED_PACKAGES += x11/library/libxi
47 REQUIRED_PACKAGES += x11/library/libx11
48 # Auto-generated dependencies
49 REQUIRED_PACKAGES += shell/ksh93
50 REQUIRED_PACKAGES += system/library