23 lines
429 B
Makefile
23 lines
429 B
Makefile
# New ports collection makefile for: skk-jisyo-cdb
|
|
# Date created: 13 Sep 2002
|
|
# Whom: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= skk-jisyo-cdb
|
|
PORTVERSION= 200209
|
|
PORTREVISION= 0
|
|
|
|
MAINTAINER= toru@tkd.ne.jp
|
|
|
|
SKK_JISYO_SUFFIX= .cdb
|
|
|
|
MASTERDIR= ${.CURDIR}/../skk-jisyo
|
|
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
COMMENT= ${.CURDIR}/pkg-comment
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
.include "${MASTERDIR}/Makefile"
|