Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
2a26d5 1 #
AP 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
14 #
b6f0d6 15 BUILD_STYLE = justmake
2a26d5 16
AP 17 include ../../../make-rules/shared-macros.mk
18
b6f0d6 19 COMPONENT_NAME=         baekmuk
AL 20 COMPONENT_VERSION=      2.2
303a1c 21 COMPONENT_REVISION=     3
b6f0d6 22 COMPONENT_PROJECT_URL=  http://kldp.net/projects/baekmuk/
AL 23 COMPONENT_SUMMARY=      Baekmuk family Korean TrueType fonts
24 COMPONENT_SRC_NAME=     baekmuk-ttf
25 COMPONENT_SRC=          $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
2a26d5 26 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
AP 27 COMPONENT_ARCHIVE_HASH= \
28     sha256:08ab7dffb55d5887cc942ce370f5e33b756a55fbb4eaf0b90f244070e8d51882
958602 29 COMPONENT_ARCHIVE_URL=    \
AL 30     http://dlc.openindiana.org/oi-userland/source-archives/$(COMPONENT_ARCHIVE)
b6f0d6 31 COMPONENT_LICENSE=      BSD
2a26d5 32
b6f0d6 33 FONT_TYPE = TTF
2a26d5 34
b6f0d6 35 include $(WS_MAKE_RULES)/font.mk
2a26d5 36
b6f0d6 37 COMPONENT_PREP_ACTION =    ( cp $(COMPONENT_DIR)/files/Makefile $(@D) )
2a26d5 38
b6f0d6 39 COMPONENT_FONT_FILES += *.ttf
958602 40