Lines 11-23
Link Here
|
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
|
13 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= ssedov@mbsd.msk.ru |
15 |
COMMENT= Yet another ftp client. Similar to ftp(1) |
15 |
COMMENT= Yet another ftp client. Similar to ftp(1) |
16 |
|
16 |
|
17 |
USE_BZIP2= yes |
17 |
USE_BZIP2= yes |
18 |
USE_GETOPT_LONG= yes |
18 |
USE_GETOPT_LONG=yes |
19 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
20 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
20 |
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
21 |
CONFIGURE_ARGS= --with-socks4=no --with-socks5=no --with-krb4=no \ |
21 |
CONFIGURE_ARGS= --with-socks4=no --with-socks5=no --with-krb4=no \ |
22 |
--with-krb5=no --with-gssapi=no |
22 |
--with-krb5=no --with-gssapi=no |
23 |
|
23 |
|
Lines 30-36
Link Here
|
30 |
|
30 |
|
31 |
.include <bsd.port.pre.mk> |
31 |
.include <bsd.port.pre.mk> |
32 |
|
32 |
|
33 |
.if ${OSVERSION} < 500000 |
33 |
.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5) |
34 |
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline |
34 |
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline |
35 |
.endif |
35 |
.endif |