mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
8ef101d9d6
Submitted by: Takefu PR: ports/185128
20 lines
370 B
Makefile
20 lines
370 B
Makefile
# Created by: asami
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nkf
|
|
PORTVERSION= 2.1.3
|
|
PORTEPOCH= 1
|
|
CATEGORIES?= japanese
|
|
MASTER_SITES= SFJP/${PORTNAME}/59912
|
|
|
|
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>
|