mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
83fc7a83ad
- Thank you for your years of service, we hope to see you back Approved by: portmgr
27 lines
485 B
Makefile
27 lines
485 B
Makefile
# New ports collection makefile for: nkf
|
|
# Date created: 5 February 1995
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nkf
|
|
PORTVERSION= 2.1.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES?= japanese
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/53171
|
|
PKGNAMEPREFIX?= ja-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT?= Network Kanji code conversion Filter
|
|
|
|
.if ${PKGNAMEPREFIX} != "ja-p5-"
|
|
MAN1= nkf.1
|
|
MANLANG= "" ja
|
|
PLIST_FILES= bin/nkf
|
|
ALL_TARGET= nkf
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|