curl: use correct ca bundle
[unleashed-userland.git] / components / gftp / Makefile
blobe7f6b8efd8e15b11afe7ba7cf01d76a9452a1433
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 (c) 2015 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= gftp
18 COMPONENT_VERSION= 2.0.19
19 COMPONENT_REVISION= 1
20 COMPONENT_PROJECT_URL= http://gftp.seul.org/
21 COMPONENT_SUMMARY= Multithreaded FTP client for *NIX based machines
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:5306a46be96d6f4d23906cb1836fb3d732039621a6c7fcfa921acc21ac110bfd
26 COMPONENT_ARCHIVE_URL= http://gftp.seul.org//$(COMPONENT_ARCHIVE)
27 COMPONENT_FMRI= desktop/gftp
28 COMPONENT_LICENSE_FILE= COPYING
29 COMPONENT_LICENSE= GPLv2
30 COMPONENT_CLASSIFICATION= Applications/System Utilities
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 # common targets
39 build: $(BUILD_32)
41 install: $(INSTALL_32)
43 test: $(NO_TESTS)
45 include $(WS_TOP)/make-rules/depend.mk