mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
a9dcad2fff
With hat: portmgr Sponsored by: Absolight
22 lines
503 B
Makefile
22 lines
503 B
Makefile
# Created by: Makoto Matsushita <matusita@jp.freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= skk
|
|
PORTVERSION= 9.6
|
|
PORTREVISION= 3
|
|
CATEGORIES= japanese elisp
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The "meta-port" for the SKK Japanese-input software
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/skk/${SKKJISYO}:japanese/skk-jisyo \
|
|
${LOCALBASE}/bin/skkdic-count:japanese/skk-tools \
|
|
${LOCALBASE}/sbin/skkserv:japanese/skkserv
|
|
|
|
USES= metaport
|
|
|
|
SKKJISYO_SIZE?= L
|
|
SKKJISYO?= SKK-JISYO.${SKKJISYO_SIZE}
|
|
|
|
.include <bsd.port.mk>
|