opnsense-ports/net/fspclient/Makefile
Franco Fichtner bb5eb57737 */*: sync with upstream
Taken from: FreeBSD
2021-11-29 13:26:28 +01:00

18 lines
368 B
Makefile

# Created by: ache
PORTNAME= fspclient
PORTVERSION= 0.93.1
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= cy@FreeBSD.org
COMMENT= Ftp-like client for the FSP service
CONFLICTS_INSTALL= alliance
USES= tar:bzip2 scons
MAKE_ARGS= prefix=${PREFIX}
PLIST_FILES= bin/fsp share/man/man1/fsp.1.gz
INSTALL_TARGET= install prefix=${STAGEDIR}${PREFIX}
.include <bsd.port.mk>