1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/japanese/nkf/Makefile
Hiroki Sato f8bac571ac - Rename files/patch-aa.
- Separate japanese/nkf and japanese/p5-nkf from each other.
2013-05-02 21:57:28 +00:00

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>