mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
23 lines
446 B
Makefile
23 lines
446 B
Makefile
# New ports collection makefile for: nkf
|
|
# Version required: 1.6
|
|
# Date created: 5 February 1995
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= nkf-1.62
|
|
PKGNAME= ja-nkf-1.62
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/
|
|
|
|
MAINTAINER= max@FreeBSD.org
|
|
|
|
MAN1= nkf.1
|
|
|
|
post-extract:
|
|
@${ECHO} "===> Installing custom Makefile for ${DISTNAME}"
|
|
@(${CP} ${FILESDIR}/Makefile ${WRKSRC})
|
|
|
|
.include <bsd.port.mk>
|