freebsd-ports/japanese/jishyo/Makefile
Dirk Meyer f35bde76ca 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
2006-10-31 17:32:45 +00:00

27 lines
631 B
Makefile

# 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>