1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/misc/fd/Makefile
Masafumi Max NAKANE 1b13ad76e0 Upgrade, 1.03e -> 1.03f.
Submitted by:	maintainer
PR:		5341
1997-12-19 16:53:57 +00:00

25 lines
567 B
Makefile

# New ports collection makefile for: FD
# Version required: 1.03f
# Date created: 20 Feb 1996
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $Id: Makefile,v 1.7 1997/11/13 20:19:15 max Exp $
#
DISTNAME= FD-1.03f
PKGNAME= fd-1.03f
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>