mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
448 B
Makefile
15 lines
448 B
Makefile
# $NetBSD: Makefile.common,v 1.9 2015/06/29 11:06:47 ryoon Exp $
|
|
# used by inputmethod/anthy/Makefile
|
|
# used by inputmethod/anthy-elisp/Makefile
|
|
|
|
ANTHY_VERSION= 9100h
|
|
DISTNAME= anthy-${ANTHY_VERSION}
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= ${MASTER_SITE_OSDN:=anthy/37536/}
|
|
DISTFILES= ${DISTNAME}.tar.gz
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/anthy/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../inputmethod/anthy/patches
|
|
|
|
HOMEPAGE= http://anthy.osdn.jp/
|