diff options
author | taya <taya@pkgsrc.org> | 2004-12-28 05:40:23 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2004-12-28 05:40:23 +0000 |
commit | 460cd1e1106218485537f1190553607afcf011d7 (patch) | |
tree | 3959bacea1b52bf3efc71bce11d9b723675fcf40 /inputmethod/anthy | |
parent | b412737e693fcd47fb0ca988843cd70c9cd4834c (diff) | |
download | pkgsrc-460cd1e1106218485537f1190553607afcf011d7.tar.gz |
missed to add at previous commit.
sorry.
Diffstat (limited to 'inputmethod/anthy')
-rw-r--r-- | inputmethod/anthy/Makefile.common | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/inputmethod/anthy/Makefile.common b/inputmethod/anthy/Makefile.common new file mode 100644 index 00000000000..0c0ab24fd78 --- /dev/null +++ b/inputmethod/anthy/Makefile.common @@ -0,0 +1,12 @@ +# $NetBSD: Makefile.common,v 1.1 2004/12/28 05:40:23 taya Exp $ + +ANTHY_VERSION= 5900 +DISTNAME= anthy-${ANTHY_VERSION} +CATEGORIES= inputmethod +MASTER_SITES= http://downloads.sourceforge.jp/anthy/12071/ +DISTFILES= ${DISTNAME}.tar.gz + +DISTINFO_FILE= ${.CURDIR}/../../inputmethod/anthy/distinfo +PATCHDIR= ${.CURDIR}/../../inputmethod/anthy/patches + +HOMEPAGE= http://anthy.sourceforge.jp/ |