gcc-6: don't ship info pages
[unleashed-userland.git] / components / mrtg / Makefile
blob8f05e7e7d7825c8d8471d7a09f73a2f13dbedb3c
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 2013 Alexander Pyhalov. All rights reserved.
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= mrtg
19 COMPONENT_VERSION= 2.17.4
20 COMPONENT_REVISION= 1
21 COMPONENT_SUMMARY= mrtg - The Multi Router Traffic Grapher
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:5efa7fae8040159208472e5f889be5b41d8c8a2ea6b31616f0f75cc7f48d2365
26 COMPONENT_ARCHIVE_URL= \
27 http://oss.oetiker.ch/mrtg/pub/$(COMPONENT_ARCHIVE)
28 COMPONENT_PROJECT_URL = http://oss.oetiker.ch/mrtg/
30 include ../../make-rules/prep.mk
31 include ../../make-rules/configure.mk
32 include ../../make-rules/ips.mk
34 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
36 CONFIGURE_SCRIPT= $(@D)/configure
37 CONFIGURE_OPTIONS+= --with-gd-lib=/usr/lib
38 CONFIGURE_OPTIONS+= --with-gd-inc=/usr/include/gd2
41 build: $(BUILD_32)
43 install: $(INSTALL_32)