|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= fspclient |
8 |
PORTNAME= fspclient |
| 9 |
PORTVERSION= 0.91.0 |
9 |
PORTVERSION= 0.92.0 |
| 10 |
CATEGORIES= net |
10 |
CATEGORIES= net |
| 11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
| 12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
|
Lines 15-26
Link Here
|
| 15 |
COMMENT= A ftp-like client for the FSP service |
15 |
COMMENT= A ftp-like client for the FSP service |
| 16 |
|
16 |
|
| 17 |
USE_BZIP2= yes |
17 |
USE_BZIP2= yes |
| 18 |
GNU_CONFIGURE= yes |
18 |
USE_SCONS= yes |
|
|
19 |
SCONS_ARGS= prefix=${PREFIX} |
| 19 |
|
20 |
|
| 20 |
MAN1= fsp.1 |
21 |
MAN1= fsp.1 |
| 21 |
PLIST_FILES= bin/fsp |
22 |
PLIST_FILES= bin/fsp |
| 22 |
|
23 |
|
| 23 |
post-patch: |
|
|
| 24 |
@${REINPLACE_CMD} -e 's|<getopt\.h>|<unistd.h>|g' ${WRKSRC}/bsd/ls.c |
| 25 |
|
| 26 |
.include <bsd.port.mk> |
24 |
.include <bsd.port.mk> |