mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
2cdfffd35c
PR: 229443 Submitted by: ryo@tetera.org
18 lines
411 B
Makefile
18 lines
411 B
Makefile
# Created by: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kcc
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ftp://ftp.sra.co.jp/pub/os/linux/JE/sources/base/
|
|
DISTNAME= ${PORTNAME}
|
|
DIST_SUBDIR= ${DISTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Kanji code conversion Filter
|
|
|
|
INSTALL_TARGET= install install.man
|
|
PLIST_FILES= bin/kcc man/ja/man1/kcc.1.gz
|
|
|
|
.include <bsd.port.mk>
|