aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/skk/Makefile
blob: 531a2e778224a244bdbc3315895274942759fb20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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=   3
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}:${PORTSDIR}/japanese/skk-jisyo \
        ${LOCALBASE}/bin/skkdic-count:${PORTSDIR}/japanese/skk-tools \
        ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skkserv

NO_BUILD=   yes

SKKJISYO_SIZE?= L
SKKJISYO?=  SKK-JISYO.${SKKJISYO_SIZE}

do-install: # empty

.include <bsd.port.mk>