summaryrefslogtreecommitdiff
path: root/japanese/jishyo/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-10-31 17:32:45 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-10-31 17:32:45 +0000
commitf35bde76ca0ffcc1163723dee2f3ba6c09ba34af (patch)
tree68f2eae6b6fa8d77531aef4442e98db6fa834af8 /japanese/jishyo/Makefile
parentQt3 bindings for the D-BUS interprocess messaging system. (diff)
Jishyo is an English -> Japanese dictionary. Currently it only supports
English queries. In the future I hope to add support for kana and kanji queries, as well as multi-radical lookups for kanji. Jishyo is based in large part on code from Jim Breen's xjdic. It also uses the dictionary data from the same software. PR: 104965 Submitted by: Gürkan Sengün
Notes
Notes: svn path=/head/; revision=175883
Diffstat (limited to 'japanese/jishyo/Makefile')
-rw-r--r--japanese/jishyo/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/japanese/jishyo/Makefile b/japanese/jishyo/Makefile
new file mode 100644
index 000000000000..f973e91e91b3
--- /dev/null
+++ b/japanese/jishyo/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: jishyo
+# Date created: 30 Oct 2006
+# Whom: gurkan@linuks.mine.nu
+#
+# $FreeBSD$
+#
+
+PORTNAME= jishyo
+PORTVERSION= 0.1
+CATEGORIES= japanese
+MASTER_SITES= http://www.eskimo.com/~pburns/Dictionaries/files/ \
+ http://florida.ethz.ch/ports/distfiles/
+DISTNAME= Jishyo-${PORTVERSION}
+
+MAINTAINER= gurkan@linuks.mine.nu
+COMMENT= English to Japanese dictionary for GNUstep
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+USE_GMAKE= yes
+USE_GNUSTEP= yes
+USE_GNUSTEP_PREFIX= yes
+USE_GNUSTEP_BACK= yes
+USE_GNUSTEP_BUILD= yes
+USE_GNUSTEP_INSTALL= yes
+MAKEFILE= GNUmakefile
+
+.include <bsd.port.mk>