blob: 46c4a13522fbad4c2656b8132c64ce2fa1bafad0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: FD
# Version required: 1.03e
# Date created: 20 Feb 1996
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $Id: Makefile,v 1.6 1997/09/19 12:51:32 max Exp $
#
DISTNAME= FD-1.03e
PKGNAME= fd-1.03e
CATEGORIES= misc
MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/
MAINTAINER= nobu@psrc.isac.co.jp
MANLANG= ja_JP.EUC
MAN1= fd.1
MAKE_ENV= LANG=${MANLANG}
post-install:
${MKDIR} ${PREFIX}/share/doc/fd
${INSTALL_DATA} ${FILESDIR}/Guarant ${PREFIX}/share/doc/fd
.include <bsd.port.mk>
|