summaryrefslogtreecommitdiff
path: root/japanese/anthy/Makefile
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2002-02-26 06:37:10 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2002-02-26 06:37:10 +0000
commit2cbffa33dfdb70067c55b543b7406012bf30059d (patch)
treef946d149b88642de5bad66889418a2d0ec125800 /japanese/anthy/Makefile
parentupgrade to 20020225 (diff)
Initial import.
Another kana-kanji conversion server.
Notes
Notes: svn path=/head/; revision=55252
Diffstat (limited to 'japanese/anthy/Makefile')
-rw-r--r--japanese/anthy/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/japanese/anthy/Makefile b/japanese/anthy/Makefile
new file mode 100644
index 000000000000..9741e04b1c0e
--- /dev/null
+++ b/japanese/anthy/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: anthy
+# Date created: 26 February 2002
+# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= anthy
+PORTVERSION= 2427b
+CATEGORIES= japanese
+MASTER_SITES= http://www.kyoto.trans-nt.com/anthy/
+
+MAINTAINER= nakai@FreeBSD.org
+
+GNU_CONFIGURE= yes
+INSTALL_SHLIBS= yes
+
+.include <bsd.port.mk>