1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/shells/fd/Makefile
David E. O'Brien 090316dbc1 Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
1996-11-17 09:06:37 +00:00

28 lines
620 B
Makefile

# New ports collection makefile for: FD
# Version required: 1.01
# Date created: 20 Feb 1996
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $Id: Makefile,v 1.2 1996/11/11 05:49:29 obrien Exp $
#
DISTNAME= FD-1.01
PKGNAME= fd-1.01
CATEGORIES= misc
MASTER_SITES= ftp://ftp.mei.co.jp/free/others/Utilities/
MAINTAINER= nobu@psrc.isac.co.jp
ALL_TARGET= goal
PATCH_STRIP= -p0 -o fdrc
INSTALL_TARGET= install catman
MAN1= fd.1
do-configure:
cd ${WRKSRC} ; make config
post-install:
rm -f /usr/local/man/man1/fd.1.gz /usr/local/man/cat1/fd.1.gz
.include <bsd.port.mk>