1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/ftp/ftptool/Makefile

37 lines
825 B
Makefile
Raw Normal View History

# New ports collection makefile for: Ftptool
# Date created: 19 March 1996
# Whom: janek@gaja.ipan.lublin.pl
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-12 05:31:29 +00:00
PORTNAME= ftptool
PORTVERSION= 4.6
PORTREVISION= 2
1999-08-02 10:44:03 +00:00
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
DISTNAME= Ftptool${PORTVERSION}
MAINTAINER= serge.gagnon.1@ulaval.ca
2003-02-20 17:24:13 +00:00
COMMENT= Graphic ftp shell based on xview
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
RUN_DEPENDS= ${X11BASE}/bin/textedit:${PORTSDIR}/editors/textedit
USE_IMAKE= yes
MAKE_ARGS= CC=${CC}
WRKSRC= ${WRKDIR}/Ftptool4.6
2001-09-21 16:17:07 +00:00
MAN1= ftptool.1
PLIST_FILES= bin/ftptool lib/help/ftptool.info
PLIST_DIRS= lib/X11/ftptool
2001-09-21 16:17:07 +00:00
# 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>