2021-02-18 18:06:56 +01:00
|
|
|
# $NetBSD: Makefile.common,v 1.11 2021/02/18 17:06:56 ryoon Exp $
|
2009-08-04 01:30:06 +02:00
|
|
|
# used by inputmethod/anthy/Makefile
|
|
|
|
# used by inputmethod/anthy-elisp/Makefile
|
2004-12-28 06:40:23 +01:00
|
|
|
|
2009-08-04 01:30:06 +02:00
|
|
|
ANTHY_VERSION= 9100h
|
2004-12-28 06:40:23 +01:00
|
|
|
DISTNAME= anthy-${ANTHY_VERSION}
|
|
|
|
CATEGORIES= inputmethod
|
2015-06-29 13:06:46 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_OSDN:=anthy/37536/}
|
2004-12-28 06:40:23 +01:00
|
|
|
DISTFILES= ${DISTNAME}.tar.gz
|
|
|
|
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/anthy/distinfo
|
|
|
|
PATCHDIR= ${.CURDIR}/../../inputmethod/anthy/patches
|
|
|
|
|
2020-01-26 18:30:40 +01:00
|
|
|
HOMEPAGE= https://anthy.osdn.jp/
|
2021-02-18 18:06:56 +01:00
|
|
|
LICENSE= gnu-gpl-v2
|