freebsd-ports/japanese/nkf/Makefile
Alexandre C. Guimarães d0fc635f72 Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports geographical load balancing
- update all affected ports

PR:		244164
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision:	https://reviews.freebsd.org/D24955
2020-07-24 06:28:59 +00:00

19 lines
364 B
Makefile

# Created by: asami
# $FreeBSD$
PORTNAME= nkf
PORTVERSION= 2.1.4
PORTEPOCH= 1
CATEGORIES?= japanese
MASTER_SITES= OSDN/${PORTNAME}
MAINTAINER= hrs@FreeBSD.org
COMMENT= Network Kanji code conversion Filter
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/nkf.c
MAKE_ENV= MKDIR="${MKDIR}"
PLIST_FILES= bin/nkf man/man1/nkf.1.gz man/ja/man1/nkf.1.gz
.include <bsd.port.mk>