--- ftp/cftp/Makefile Sat Dec 22 20:55:45 2001 +++ ftp/cftp/Makefile Wed Sep 18 02:28:13 2002 @@ -6,14 +6,19 @@ # PORTNAME= cftp -PORTVERSION= 0.11.2 +PORTVERSION= 0.12 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ \ ftp://sunsite.univie.ac.at/pub/nih/cftp/ MAINTAINER= ports@FreeBSD.org +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-sftp +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" post-install: .if !defined(NOPORTDOCS) --- ftp/cftp/distinfo Sat Dec 22 20:55:45 2001 +++ ftp/cftp/distinfo Wed Sep 18 02:24:02 2002 @@ -1, +1, @@ -MD5 (cftp-0.11.2.tar.gz) = 373efae7afa5a0067fb2f616ab3692a3 +MD5 (cftp-0.12.tar.gz) = e497c2cf060a6906f48ac99f55bedc8a --- ftp/cftp/files/patch-aa Fri Sep 14 13:47:47 2001 +++ ftp/cftp/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- util.h.orig Wed Sep 12 11:00:36 2001 -+++ util.h Wed Sep 12 11:00:41 2001 -@@ -26,7 +26,6 @@ - - - char *canonical(char *path, char *current); --char *dirname(char *name); - char *local_exp(char *path); - char *args_to_string(char **args); - char *get_anon_passwd(void);