net-snmp sun mods install: make sure destdirs exist
[unleashed-userland.git] / components / tack / Makefile
blob44239c5e30b5ba1b65d17917aa7b30e2a74c79ce
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 2016 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= tack
18 COMPONENT_VERSION= 1.07
19 IPS_COMPONENT_VERSION= 1.0.7
20 COMPONENT_PROJECT_URL= http://www.gnu.org/software/ncurses/
21 COMPONENT_SUMMARY= A CRT screen handling and optimization package
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:e7ce787d1f7c63e51781eca9ebf4c349fcf4cbecb78cf37d60754f4c122c87fe
26 COMPONENT_ARCHIVE_URL= ftp://ftp.invisible-island.net/ncurses/tack-1.07.tgz
27 COMPONENT_FMRI= terminal/tack
28 COMPONENT_CLASSIFICATION= Applications/System Utilities
29 COMPONENT_LICENSE= GPLv2
30 COMPONENT_LICENSE_FILE= COPYING
32 include $(WS_TOP)/make-rules/prep.mk
33 include $(WS_TOP)/make-rules/configure.mk
34 include $(WS_TOP)/make-rules/ips.mk
36 PATH=/usr/gnu/bin:/usr/bin
38 # Missing files in build dir without this.
39 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
41 CONFIGURE_PREFIX = /usr/gnu
43 CFLAGS += -I/usr/include/ncurses
45 CONFIGURE_OPTIONS += --enable-widec
47 # common targets
48 build: $(BUILD_32)
50 install: $(INSTALL_32)
52 test: $(NO_TESTS)