aboutsummaryrefslogtreecommitdiffstats
path: root/misc/fd/Makefile
blob: 0252ccaa9076b4611a46cab86dec5b2093205eb4 (plain) (blame)
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.01
# Date created:         20 Feb 1996
# Whom:                 Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $Id: Makefile,v 1.3 1996/11/17 09:05:43 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
MANLANG=    ja_JP.EUC
MAN1=       fd.1

do-configure:
    cd ${WRKSRC} ; make config

.include <bsd.port.mk>