1997-06-23 14:30:29 +02:00
|
|
|
# New ports collection makefile for: kcc
|
|
|
|
# Date created: 26 May 1997
|
1999-05-01 06:03:48 +02:00
|
|
|
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
|
1997-06-23 14:30:29 +02:00
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1997-06-23 14:30:29 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 16:15:53 +02:00
|
|
|
PORTNAME= kcc
|
|
|
|
PORTVERSION= 1.0
|
2004-01-26 14:34:55 +01:00
|
|
|
PORTREVISION= 1
|
1997-06-23 14:30:29 +02:00
|
|
|
CATEGORIES= japanese
|
2000-06-09 23:21:52 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
|
2000-04-11 16:15:53 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
1997-06-23 14:30:29 +02:00
|
|
|
|
2004-12-23 10:32:50 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Kanji code conversion Filter
|
1997-06-23 14:30:29 +02:00
|
|
|
|
|
|
|
INSTALL_TARGET= install install.man
|
1998-04-05 06:47:11 +02:00
|
|
|
MANLANG= ja
|
1997-06-23 14:30:29 +02:00
|
|
|
MAN1= kcc.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/kcc
|
1997-06-23 14:30:29 +02:00
|
|
|
|
2004-01-26 14:34:55 +01:00
|
|
|
.include <bsd.port.mk>
|