mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
d9ed90620d
We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket)
24 lines
435 B
Makefile
24 lines
435 B
Makefile
# New ports collection makefile for: kcc
|
|
# Date created: 26 May 1997
|
|
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kcc
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Kanji code conversion Filter
|
|
|
|
INSTALL_TARGET= install install.man
|
|
MANLANG= ja
|
|
MAN1= kcc.1
|
|
PLIST_FILES= bin/kcc
|
|
|
|
.include <bsd.port.mk>
|