gcc-6: use $(GNU_ARCH) in manifest
[unleashed-userland.git] / components / x11 / xf86-input-mouse / Makefile
blob32e4d4ddbdf287c67eb32bb1681ed34fd7c15e70
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-mouse
19 COMPONENT_VERSION= 1.9.1
20 COMPONENT_SUMMARY= xf86-input-mouse - 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:3485d375779c08406f0789feedde15933dc703158a086ddac638598f479fc5ce
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-mouse
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 build: $(BUILD_32_and_64)
39 install: $(INSTALL_32_and_64)