blob: df1c6d17697e1faeaeb36b07dbd80c3b2da7ff6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: skk-jisyo-cdb
# Date created: 13 Sep 2002
# Whom: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
#
# $FreeBSD$
#
MAINTAINER= matusita@FreeBSD.org
COMMENT= CDB jisyo (dictionary) files for the SKK Japanese-input software
WITH_SKKJISYO_CDB= yes
MASTERDIR= ${.CURDIR}/../skk-jisyo
DESCR= ${.CURDIR}/pkg-descr
.include "${MASTERDIR}/Makefile"
|