net-snmp sun mods install: make sure destdirs exist
[unleashed-userland.git] / components / x11 / xf86-input-vmmouse / Makefile
blobd0b7c00f479286a56ebfc18f21820dc89c2bf968
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 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= xf86-input-vmmouse
19 COMPONENT_VERSION= 13.1.0
20 COMPONENT_SUMMARY= xf86-input-vmmouse - VMWare guest mouse input driver for the Xorg X server
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319
25 COMPONENT_ARCHIVE_URL= \
26 http://xorg.freedesktop.org/archive/individual/driver/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = http://xorg.freedesktop.org
28 COMPONENT_CLASSIFICATION= Drivers/Other Peripherals
29 COMPONENT_LICENSE = MIT
30 COMPONENT_LICENSE_FILE = COPYING
31 COMPONENT_FMRI = x11/server/xorg/driver/xorg-input-vmmouse
33 include $(WS_TOP)/make-rules/prep.mk
34 include $(WS_TOP)/make-rules/configure.mk
35 include $(WS_TOP)/make-rules/ips.mk
37 HAL_CALLOUTS_DIR.32=/usr/lib/hal
38 HAL_CALLOUTS_DIR.64=/usr/lib/hal/$(MACH64)
40 CONFIGURE_BINDIR.32=/usr/lib/xorg
41 CONFIGURE_BINDIR.64=/usr/lib/xorg/$(MACH64)
43 CONFIGURE_OPTIONS += --with-hal-bin-dir=/usr/sbin
44 CONFIGURE_OPTIONS += --with-hal-callouts-dir=$(HAL_CALLOUTS_DIR.$(BITS))
45 CONFIGURE_OPTIONS += --with-hal-fdi-dir=/etc/hal/fdi/policy/10osvendor
46 CONFIGURE_OPTIONS += --without-libudev
47 CONFIGURE_OPTIONS += --with-udev-rules-dir=no
49 build: $(BUILD_32_and_64)
51 install: $(INSTALL_32_and_64)