vim: update to 9.1.0984
[oi-userland.git] / components / library / libetpan / Makefile
blob9a83c4f3d11cf637bf7b25f757af8dd9097dbd07
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) 2016 Sergey Avseyev
13 # Copyright (c) 2020 Andreas Wacknitz
15 BUILD_BITS= 32_and_64
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= libetpan
19 COMPONENT_VERSION= 1.9.4
20 COMPONENT_PROJECT_URL= https://www.etpan.org/libetpan.html
21 COMPONENT_SUMMARY= A portable, efficient framework for different kinds of mail access: IMAP, SMTP, POP and NNTP
22 COMPONENT_FMRI= library/libetpan
23 COMPONENT_CLASSIFICATION= System/Libraries
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_VERSION).tar.gz
26 COMPONENT_ARCHIVE_HASH= \
27 sha256:82ec8ea11d239c9967dbd1717cac09c8330a558e025b3e4dc6a7594e80d13bb1
28 COMPONENT_ARCHIVE_URL= https://github.com/dinhviethoa/libetpan/archive/$(COMPONENT_ARCHIVE)
29 COMPONENT_LICENSE= BSD-3-Clause
30 COMPONENT_LICENSE_FILE= COPYRIGHT
32 include $(WS_MAKE_RULES)/common.mk
34 COMPONENT_PREP_ACTION+= (cd $(@D) && NOCONFIGURE=1 ./autogen.sh)
36 CONFIGURE_OPTIONS += --with-sasl
37 CONFIGURE_OPTIONS += --disable-static
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES += SUNWcs
41 REQUIRED_PACKAGES += database/berkeleydb-5
42 REQUIRED_PACKAGES += library/expat
43 REQUIRED_PACKAGES += library/security/openssl
44 REQUIRED_PACKAGES += library/zlib
45 REQUIRED_PACKAGES += system/library
46 REQUIRED_PACKAGES += system/library/security/libsasl
47 REQUIRED_PACKAGES += web/curl