1999-06-11 11:09:09 +02:00
|
|
|
# New ports collection makefile for: yafc
|
|
|
|
# Date created: 10 June 1999
|
1999-06-19 10:26:18 +02:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-06-11 11:09:09 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1999-06-11 11:09:09 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 07:31:29 +02:00
|
|
|
PORTNAME= yafc
|
2006-07-11 00:14:37 +02:00
|
|
|
PORTVERSION= 1.1.1
|
1999-08-02 12:44:03 +02:00
|
|
|
CATEGORIES= ftp
|
2000-10-17 22:10:04 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-06-11 11:09:09 +02:00
|
|
|
|
2007-03-28 00:12:03 +02:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2003-02-20 18:24:13 +01:00
|
|
|
COMMENT= Yet another ftp client. Similar to ftp(1)
|
1999-06-11 11:09:09 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-08-06 07:41:19 +02:00
|
|
|
USE_GETOPT_LONG=yes
|
2000-07-11 09:37:35 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-06 07:41:19 +02:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-05-28 20:34:03 +02:00
|
|
|
CONFIGURE_ARGS= --with-socks4=no --with-socks5=no --with-krb4=no \
|
|
|
|
--with-krb5=no --with-gssapi=no
|
1999-06-11 11:09:09 +02:00
|
|
|
|
2000-10-17 22:10:04 +02:00
|
|
|
MAN1= yafc.1
|
2004-05-11 00:45:50 +02:00
|
|
|
INFO= yafc
|
2006-07-11 00:14:37 +02:00
|
|
|
PLIST_FILES= bin/yafc \
|
|
|
|
%%EXAMPLESDIR%%/inputrc.sample \
|
|
|
|
%%EXAMPLESDIR%%/yafcrc.sample
|
|
|
|
PLIST_DIRS= %%EXAMPLESDIR%%
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-08-06 07:41:19 +02:00
|
|
|
.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
|
2006-07-11 00:14:37 +02:00
|
|
|
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
|
|
|
|
.endif
|
2000-10-17 22:10:04 +02:00
|
|
|
|
2004-05-28 20:34:03 +02:00
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.sample ${EXAMPLESDIR}
|
|
|
|
|
2006-07-11 00:14:37 +02:00
|
|
|
.include <bsd.port.post.mk>
|