20 lines
447 B
Makefile
20 lines
447 B
Makefile
# New ports collection makefile for: nkf
|
|
# Version required: 1.6
|
|
# Date created: 5 February 1995
|
|
# Whom: asami
|
|
#
|
|
# $Id: Makefile,v 1.7 1996/08/28 08:51:50 asami Exp $
|
|
#
|
|
|
|
DISTNAME= nkf-1.6
|
|
CATEGORIES+= japanese
|
|
MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/
|
|
|
|
MAINTAINER= max@sfc.wide.ad.jp
|
|
|
|
pre-patch:
|
|
@echo "===> Installing custom Makefile for ${DISTNAME}"
|
|
@(cp ${FILESDIR}/Makefile ${WRKSRC})
|
|
|
|
.include <bsd.port.mk>
|