mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
360 B
Makefile
21 lines
360 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
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= taoka@FreeBSD.org
|
|
|
|
INSTALL_TARGET= install install.man
|
|
MANLANG= ja
|
|
MAN1= kcc.1
|
|
|
|
.include <bsd.port.mk>
|