Lines 6-19
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= cftp |
8 |
PORTNAME= cftp |
9 |
PORTVERSION= 0.11.2 |
9 |
PORTVERSION= 0.12 |
10 |
CATEGORIES= ftp ipv6 |
10 |
CATEGORIES= ftp ipv6 |
11 |
MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ \ |
11 |
MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ \ |
12 |
ftp://sunsite.univie.ac.at/pub/nih/cftp/ |
12 |
ftp://sunsite.univie.ac.at/pub/nih/cftp/ |
13 |
|
13 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= ports@FreeBSD.org |
15 |
|
15 |
|
|
|
16 |
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt |
17 |
|
16 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
|
|
19 |
CONFIGURE_ARGS= --enable-sftp |
20 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
21 |
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" |
17 |
|
22 |
|
18 |
post-install: |
23 |
post-install: |
19 |
.if !defined(NOPORTDOCS) |
24 |
.if !defined(NOPORTDOCS) |