mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
24 lines
363 B
Makefile
24 lines
363 B
Makefile
# Created by: asami
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nkf
|
|
PORTVERSION= 2.1.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES?= japanese
|
|
MASTER_SITES= SFJP/${PORTNAME}/53171
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Network Kanji code conversion Filter
|
|
|
|
LICENSE= ZLIB
|
|
LICENSE_FILE= ${WRKSRC}/nkf.c
|
|
|
|
ALL_TARGET= nkf
|
|
PLIST_FILES= bin/nkf
|
|
|
|
MAN1= nkf.1
|
|
MANLANG= "" ja
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|