freebsd-ports/ftp/yafc/Makefile

42 lines
985 B
Makefile
Raw Normal View History

# New ports collection makefile for: yafc
# Date created: 10 June 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-12 07:31:29 +02:00
PORTNAME= yafc
PORTVERSION= 1.1.1
1999-08-02 12:44:03 +02:00
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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)
USE_BZIP2= yes
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-socks4=no --with-socks5=no --with-krb4=no \
--with-krb5=no --with-gssapi=no
MAN1= yafc.1
INFO= yafc
PLIST_FILES= bin/yafc \
%%EXAMPLESDIR%%/inputrc.sample \
%%EXAMPLESDIR%%/yafcrc.sample
PLIST_DIRS= %%EXAMPLESDIR%%
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/*.sample ${EXAMPLESDIR}
.include <bsd.port.post.mk>