gcc-6: don't ship info pages
[unleashed-userland.git] / components / gobby / Makefile
blob15e611f2610db2cdb6bdcf27bc0add7bedf6835e
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 2014 Alexander Pyhalov. All rights reserved.
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= gobby
19 COMPONENT_VERSION= 0.4.94
20 COMPONENT_REVISION= 1
21 COMPONENT_CLASSIFICATION=System/Text Tools
22 COMPONENT_FMRI=editor/gobby
23 COMPONENT_SUMMARY= A collaborative text editor
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
26 COMPONENT_ARCHIVE_HASH= \
27 sha256:b9798808447cd94178430f0fb273d0e45d0ca30ab04560e3790bac469e03bb00
28 COMPONENT_ARCHIVE_URL= \
29 http://releases.0x539.de/gobby/$(COMPONENT_ARCHIVE)
30 COMPONENT_PROJECT_URL = http://gobby.0x539.de
31 COMPONENT_LICENSE= GPLv2
32 COMPONENT_LICENSE_FILE= COPYING
34 include ../../make-rules/prep.mk
35 include ../../make-rules/configure.mk
36 include ../../make-rules/ips.mk
38 PATH=/usr/gnu/bin:/usr/bin
40 LDFLAGS += -lnsl -lsocket
42 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
44 CONFIGURE_OPTIONS += --sysconfdir=/etc
45 CONFIGURE_OPTIONS.32 += --libexecdir=/usr/lib
47 build: $(BUILD_32)
49 install: $(INSTALL_32)
51 test: $(NO_TESTS)