aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/nkf/Makefile
blob: 42e1b1b090e47858c5fa63ff5b923e9137ba52d1 (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
# New ports collection makefile for:    nkf
# Date created:     5 February 1995
# Whom:         asami
#
# $FreeBSD$
#

PORTNAME=   nkf
PORTVERSION=    2.1.2
PORTEPOCH=  1
CATEGORIES?=    japanese
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME}/53171
PKGNAMEPREFIX?= ja-

MAINTAINER= nork@FreeBSD.org
COMMENT?=   Network Kanji code conversion Filter

.if ${PKGNAMEPREFIX} != "ja-p5-"
MAN1=       nkf.1
MANLANG=    "" ja
PLIST_FILES=    bin/nkf
ALL_TARGET= nkf
.endif

.include <bsd.port.mk>