Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
21 lines
511 B
Makefile
21 lines
511 B
Makefile
PORTNAME= fspclient
|
|
PORTVERSION= 0.93.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
COMMENT= Ftp-like client for the FSP service
|
|
WWW= https://fspclient.sourceforge.net/
|
|
|
|
CONFLICTS_INSTALL= alliance
|
|
USES= tar:bzip2 scons
|
|
MAKE_ARGS= prefix=${PREFIX}
|
|
CFLAGS+= -Wno-incompatible-pointer-types-discards-qualifiers \
|
|
-Wno-shadow \
|
|
-Wno-incompatible-function-pointer-types
|
|
|
|
PLIST_FILES= bin/fsp share/man/man1/fsp.1.gz
|
|
INSTALL_TARGET= install prefix=${STAGEDIR}${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|