Andreas Wacknitz
2020-10-04 3527e212a104357e82d2314a72631d801e87ea36
commit | author | age
bfb998 1 #
AP 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.
5 #
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.
9 #
10
11 #
12 # Copyright 2020 Alexander Pyhalov
13 #
14
15 BUILD_BITS= 32_and_64
16
17 include ../../../make-rules/shared-macros.mk
18
19 COMPONENT_NAME=           anthy
20 COMPONENT_VERSION=        9100h
21 IPS_COMPONENT_VERSION=    0.9100.8
3527e2 22 COMPONENT_REVISION=          1
bfb998 23 COMPONENT_SUMMARY=        libanthy - Japanese input method library
AP 24 COMPONENT_SRC=            $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE=        $(COMPONENT_SRC).tar.gz
26 COMPONENT_ARCHIVE_HASH=   sha256:d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547
3527e2 27 COMPONENT_ARCHIVE_URL=    https://jaist.dl.sourceforge.jp/anthy/37536/$(COMPONENT_ARCHIVE)
bfb998 28 COMPONENT_FMRI=           system/input-method/library/libanthy
AP 29 COMPONENT_CLASSIFICATION= System/Localizations
30 COMPONENT_LICENSE=        LGPL v2.1
31 COMPONENT_LICENSE_FILE=   COPYING
3527e2 32 COMPONENT_PROJECT_URL=    https://anthy.osdn.jp/
bfb998 33
AP 34 include $(WS_MAKE_RULES)/common.mk
35
36 CONFIGURE_OPTIONS += --sysconfdir=/etc
37 CONFIGURE_OPTIONS += --disable-static
38
39 # Build dependencies
40 REQUIRED_PACKAGES += editor/gnu-emacs
41
42 # Auto-generated dependencies
43 REQUIRED_PACKAGES += system/library
44 REQUIRED_PACKAGES += system/library/math