aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftptool/Makefile
blob: 885053521f7215231f2744b3bbd6420edef78295 (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
25
26
27
28
29
30
31
# New ports collection makefile for:    Ftptool
# Date created:     19 March 1996
# Whom:         janek@gaja.ipan.lublin.pl
#
# $FreeBSD$
#

PORTNAME=   ftptool
PORTVERSION=    4.6
PORTREVISION=   1
CATEGORIES= ftp
MASTER_SITES=   ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
DISTFILES=  Ftptool${PORTVERSION}.tar.gz

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    xview.3:${PORTSDIR}/x11-toolkits/xview

USE_IMAKE=  yes
WRKSRC=     ${WRKDIR}/Ftptool4.6

MAN1=       ftptool.1

# Because lex.l is broken, lex.c is taken from old FreeBSD 1.1 port

post-extract:
    @${CP} ${FILESDIR}/lex.c ${WRKSRC}
    @${RM} -f ${WRKSRC}/lex.l

.include <bsd.port.mk>