libsm: update to 1.2.5
[oi-userland.git] / components / fonts / terminus / Makefile
blobbedae8c7d4ff0a1009dc7874730770b9760c78a1
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
14 # Copyright 2019 Michal Nowak
16 BUILD_BITS= 32
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= terminus-font
20 COMPONENT_VERSION_MAJOR=4.49
21 COMPONENT_VERSION_MINOR=1
22 COMPONENT_VERSION= $(COMPONENT_VERSION_MAJOR).$(COMPONENT_VERSION_MINOR)
23 COMPONENT_PROJECT_URL= https://terminus-font.sourceforge.net/
24 COMPONENT_SUMMARY= Terminus Font
25 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
27 COMPONENT_ARCHIVE_HASH= \
28 sha256:d961c1b781627bf417f9b340693d64fc219e0113ad3a3af1a3424c7aa373ef79
29 COMPONENT_ARCHIVE_URL= https://sourceforge.net/projects/terminus-font/files/$(COMPONENT_NAME)-$(COMPONENT_VERSION_MAJOR)/$(COMPONENT_ARCHIVE)/download
30 COMPONENT_FMRI= system/font/terminus
31 COMPONENT_LICENSE_FILE= terminus.license
32 COMPONENT_LICENSE= OFL
33 COMPONENT_CLASSIFICATION= System/Fonts
35 CONFIGURE_DEFAULT_DIRS= no
37 TEST_TARGET= $(NO_TESTS)
38 include $(WS_MAKE_RULES)/common.mk
40 CONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX)
41 CONFIGURE_OPTIONS += --x11dir=$(CONFIGURE_PREFIX)/share/fonts/X11/terminus
43 COMPONENT_BUILD_TARGETS = pcf
44 COMPONENT_INSTALL_TARGETS = install-pcf
46 COMPONENT_PRE_CONFIGURE_ACTION=$(CLONEY) $(SOURCE_DIR) $(@D)
48 # Build dependencies
49 REQUIRED_PACKAGES+= x11/bdftopcf