4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
23 # Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
26 USE_DEFAULT_TEST_TRANSFORMS
= yes
27 include ..
/..
/..
/make-rules
/shared-macros.mk
30 COMPONENT_VERSION
= 2.8.2
32 COMPONENT_SUMMARY
= Lasso
- library implementing the SAML
2.0 and ID-FF
1.2 protocols
33 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
34 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
35 COMPONENT_PROJECT_URL
= https
://dev.entrouvert.org
/projects
/lasso
36 COMPONENT_ARCHIVE_HASH
= sha256
:6a1831bfdbf8f424c7508aba47b045d51341ec0fde9122f38b0b86b096ef533e
37 COMPONENT_ARCHIVE_URL
= https
://dev.entrouvert.org
/releases
/$(COMPONENT_NAME
)/$(COMPONENT_ARCHIVE
)
38 COMPONENT_FMRI
= library
/lasso
39 COMPONENT_CLASSIFICATION
= System
/Libraries
40 COMPONENT_LICENSE
= GPLv2
41 COMPONENT_LICENSE_FILE
= COPYING
43 include $(WS_MAKE_RULES
)/common.mk
47 CONFIGURE_OPTIONS
+= --disable-perl
48 CONFIGURE_OPTIONS
+= --disable-java
49 CONFIGURE_OPTIONS
+= --disable-python
50 CONFIGURE_OPTIONS
+= CPPFLAGS
=-I
$(OPENSSL_INCDIR
)
51 CONFIGURE_OPTIONS
+= LDFLAGS
=-L
$(OPENSSL_LIBDIR
)
55 # Manually added dependencies
56 # inkscape is needed for png file creation:
57 REQUIRED_PACKAGES
+= image
/editor
/inkscape
59 # Auto-generated dependencies
60 REQUIRED_PACKAGES
+= $(OPENSSL_PKG
)
61 REQUIRED_PACKAGES
+= library
/glib2
62 REQUIRED_PACKAGES
+= library
/libxml2
63 REQUIRED_PACKAGES
+= library
/libxslt
64 REQUIRED_PACKAGES
+= library
/xmlsec
65 REQUIRED_PACKAGES
+= library
/zlib
66 REQUIRED_PACKAGES
+= system
/library