add python/ipaddress-1.0.18
[unleashed-userland.git] / components / gaa / Makefile
blob6d7cba556795ebce8597dfd2afbafac72c1d9ff8
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2011-2013, EveryCity Ltd. All rights reserved.
14 include ../../make-rules/shared-macros.mk
16 COMPONENT_NAME= gaa
17 COMPONENT_VERSION= 1.6.6
18 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
19 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
20 COMPONENT_ARCHIVE_HASH= sha256:2ef95b9922856ef5a4d8f9c589da5650b51b345b4f884b3d0bc207c6fab6a2f2
21 COMPONENT_PROJECT_URL= http://sourceforge.net/projects/gaa
22 COMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
24 include ../../make-rules/prep.mk
25 include ../../make-rules/configure.mk
26 include ../../make-rules/ips.mk
28 CONFIGURE_OPTIONS+= --enable-shared
29 CONFIGURE_OPTIONS+= --disable-static
30 CONFIGURE_OPTIONS+= --with-pic
32 build: $(BUILD_32_and_64)
34 install: $(INSTALL_32_and_64)