freebsd-ports/ftp/ftptool/Makefile
1999-05-04 23:18:39 +00:00

28 lines
639 B
Makefile

# New ports collection makefile for: Ftptool
# Version required: 4.6
# Date created: 19 March 1996
# Whom: janek@gaja.ipan.lublin.pl
#
# $Id: Makefile,v 1.5 1998/09/21 22:15:57 steve Exp $
#
DISTNAME= ftptool-4.6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
DISTFILES= Ftptool4.6.tar.gz
MAINTAINER= janek@gaja.ipan.lublin.pl
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/Ftptool4.6
# 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>