freebsd-ports/ftp/ftptool/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

36 lines
827 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= 2
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
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>