freebsd-ports/ftp/ftptool/Makefile
Dmitry Marakasov 33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00

37 lines
846 B
Makefile

# New ports collection makefile for: Ftptool
# Date created: 19 March 1996
# Whom: janek@gaja.ipan.lublin.pl
#
# $FreeBSD$
#
PORTNAME= ftptool
PORTVERSION= 4.6
PORTREVISION= 3
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
DISTNAME= Ftptool${PORTVERSION}
MAINTAINER= serge.gagnon.1@ulaval.ca
COMMENT= Graphic ftp shell based on xview
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
RUN_DEPENDS= ${LOCALBASE}/bin/textedit:${PORTSDIR}/editors/textedit
USE_IMAKE= yes
USE_XORG= x11 xext
MAKE_ARGS= CC=${CC}
WRKSRC= ${WRKDIR}/Ftptool4.6
MAN1= ftptool.1
PLIST_FILES= bin/ftptool lib/help/ftptool.info
PLIST_DIRS= lib/X11/ftptool
# 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>