mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
f8bac571ac
- Separate japanese/nkf and japanese/p5-nkf from each other.
23 lines
349 B
Makefile
23 lines
349 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
|
|
|
|
.include <bsd.port.mk>
|