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) 2021 Jake Goerzen
15 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_VERSION
= 1.8.5
20 COMPONENT_PROJECT_URL
= https
://plib.sourceforge.net
21 COMPONENT_SUMMARY
= PLIB
- A Suite of Portable Game Libraries.
22 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
23 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
24 COMPONENT_ARCHIVE_HASH
= sha256
:485b22bf6fdc0da067e34ead5e26f002b76326f6371e2ae006415dea6a380a32
25 COMPONENT_ARCHIVE_URL
= https
://plib.sourceforge.net
/dist/$(COMPONENT_ARCHIVE
)
26 COMPONENT_FMRI
= library
/plib
27 COMPONENT_CLASSIFICATION
= System
/Libraries
28 COMPONENT_LICENSE
= LGPL
29 COMPONENT_LICENSE_FILE
= COPYING
31 include $(WS_MAKE_RULES
)/common.mk
33 COMPONENT_PRE_CONFIGURE_ACTION
= ( cd
$(COMPONENT_SRC
) && autoreconf
-if
)
35 CONFIGURE_OPTIONS
+= --disable-static
37 # Auto-generated dependencies
38 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
39 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
40 REQUIRED_PACKAGES
+= system
/library
41 REQUIRED_PACKAGES
+= system
/library
/math
42 REQUIRED_PACKAGES
+= x11
/library
/libx11