1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/japanese/nkf/Makefile
Norikatsu Shigemura 4d4a17bf4b Update to 2.1.1.
PR:		ports/152265
Submitted by:	Tsurutani Naoki  turutani a_t scphys kyoto-u ac jp
2010-11-15 17:27:31 +00:00

28 lines
500 B
Makefile

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