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 2022 Friedrich Kink
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= spfmilter
19 COMPONENT_VERSION
= 2.0.1
22 COMPONENT_SUMMARY
= spfmilter
- SPF mail
filter module
23 COMPONENT_DESCRIPTION
= Spfmilter implements the Sender Policy Framework
(SPF
) as a milter
, using libspf2 libraries.
24 COMPONENT_PROJECT_URL
= https
://www.acme.com
/software
/$(COMPONENT_NAME
)/
25 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(HUMAN_VERSION
)
26 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
27 COMPONENT_ARCHIVE_URL
= $(COMPONENT_PROJECT_URL
)/$(COMPONENT_ARCHIVE
)
28 COMPONENT_ARCHIVE_HASH
= sha256
:fe446200947a910dcabc8c26b7a038548a98abb653bb10a311e90c4071968e7d
29 COMPONENT_FMRI
= mail
/spfmilter
30 COMPONENT_CLASSIFICATION
=Applications
/Internet
31 COMPONENT_LICENSE
= No license available.
33 TEST_TARGET
= $(NO_TESTS
)
34 include $(WS_MAKE_RULES
)/common.mk
36 # This packages does not understand the DESTDIR concept
37 COMPONENT_PRE_CONFIGURE_ACTION
= ( cd
$(SOURCE_DIR
) && $(GSED
) -i
-e
's:PROTO_DIR:$(PROTO_DIR):' Makefile.in
&& cp
*.8 *.h
*.c
$(@D
) )
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES
+= SUNWcs
41 REQUIRED_PACKAGES
+= library
/libmilter
42 REQUIRED_PACKAGES
+= library
/libspf2
43 REQUIRED_PACKAGES
+= system
/library