blob: cfaf3f8a0b52e01131aa6576c342a14948ca2522 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|