Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
6568d3 1 #
AL 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.
6 #
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.
10 #
11
12 #
13 # Copyright 2016 Alexander Pyhalov
7ab941 14 # Copyright 2023 Niklas Poslovski
6568d3 15 #
AL 16 BUILD_STYLE = justmake
17
18 include ../../../make-rules/shared-macros.mk
19
20 COMPONENT_NAME=        freefont
7ab941 21 HUMAN_VERSION=         20120503
NP 22 COMPONENT_VERSION=     0.$(HUMAN_VERSION)
23 COMPONENT_REVISION=    4
6568d3 24 COMPONENT_PROJECT_URL= https://savannah.gnu.org/projects/freefont/
AL 25 COMPONENT_SUMMARY=     Free UCS TrueType Fonts
7ab941 26 COMPONENT_SRC=         freefont-$(HUMAN_VERSION)
NP 27 COMPONENT_ARCHIVE=     $(COMPONENT_NAME)-ttf-$(HUMAN_VERSION).zip
6568d3 28 COMPONENT_ARCHIVE_HASH= \
AL 29   sha256:7c85baf1bf82a1a1845d1322112bc6ca982221b484e3b3925022e25b5cae89af
7ab941 30 COMPONENT_ARCHIVE_URL= https://ftp.gnu.org/gnu/freefont/$(COMPONENT_ARCHIVE)
6568d3 31 COMPONENT_LICENSE=     GPLv3
7ab941 32 COMPONENT_LICENSE_FILE=COPYING
6568d3 33
AL 34 FONT_TYPE = TTF
35
36 include $(WS_MAKE_RULES)/font.mk
37
38 COMPONENT_PREP_ACTION =    ( cp $(COMPONENT_DIR)/files/Makefile $(@D))
39
7ab941 40 # Auto-generated dependencies