blob: cd580f635a80922e624c3c6fd18670e0a25746f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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
COMMENT= Kanji code conversion Filter
INSTALL_TARGET= install install.man
MANLANG= ja
MAN1= kcc.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>
|