freebsd-ports/japanese/skk/Makefile
Makoto Matsushita 5cf8be4633 Release maintainership.
Since Aug/2003, this port doesn't provide a client portion of SKK.  This
means that this "meta" port is not a "meta."  Since there are lots of
servers/clients/dictionaries of SKK, it would be a little bit hard to
define what's the "whole SKK system."  (Note that old SKK tarball have
server, client, and dictionary, so it's simple to define the "whole.")

This ports can be removed if nobody still care of this, but I hope that
someone cleanups this port in someday -- just drop my maintainership only.

Note for SKK users:  Take your favorite applications and use it.

- servers
	skkserv, dbskkd-cdb, rskkserv, and multiskkserv are in the ports.
	See also http://openlab.jp/skk/skkserv.html for more servers.
- clients
	ddskk, ddskk-emacs20 (both are also called "skk 12.x"), jmode-skk,
	skk10-elisp-emacs20, skkfep, skkinput, and skkinput3 are in the ports.
	You may find other clients, for GTK, IIIMF; try googling.
- dictionary
	There are ports of skk-jisyo and skk-jisyo-cdb (CDB version of
	dictionary).
	See also http://openlab.jp/skk/dic.html more dictionaries.
- others
	There is a port of skk-tools.
2004-10-29 06:19:00 +00:00

33 lines
805 B
Makefile

# New ports collection makefile for: skk
# Date created: 04 Mar 1997
# Whom: Makoto Matsushita <matusita@jp.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= skk
PORTVERSION= 9.6
PORTREVISION= 1
CATEGORIES= japanese elisp
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT=The "meta-port" for the SKK Japanese-input software
RUN_DEPENDS= ${LOCALBASE}/share/skk/${SKKJISYO}:${PORT_SKK_JISYO} \
${LOCALBASE}/bin/skkdic-count:${PORT_SKK_TOOLS} \
${LOCALBASE}/sbin/skkserv:${PORT_SKK_SERV}
NO_BUILD= yes
SKKJISYO_SIZE?= L
SKKJISYO?= SKK-JISYO.${SKKJISYO_SIZE}
PORT_SKK_JISYO= ${.CURDIR}/../../japanese/skk-jisyo
PORT_SKK_TOOLS= ${.CURDIR}/../../japanese/skk-tools
PORT_SKK_SERV= ${.CURDIR}/../../japanese/skkserv
do-install: # empty
.include <bsd.port.mk>