1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/japanese/nkf/Makefile
Norikatsu Shigemura 76af5fda93 Update to 2.0.9.
PR:		ports/132453
Submitted by:	Tsurutani Naoki   turutani at scphys.kyoto-u.ac.jp
2009-04-12 13:42:08 +00:00

27 lines
484 B
Makefile

# New ports collection makefile for: nkf
# Date created: 5 February 1995
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= nkf
PORTVERSION= 2.0.9
PORTEPOCH= 1
CATEGORIES?= japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME}/37177
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>