freebsd-ports/net/fspclient/Makefile
Martin Wilke 9b0c608794 - Update to 0.93.0
PR:		138865
Submitted by:	Radim Kolar SF.NET <hsn@sendmail.cz>
Feature safe:	yes
2009-09-19 11:22:55 +00:00

24 lines
396 B
Makefile

# New ports collection makefile for: fspclient
# Date created: 7 Nov 1994
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= fspclient
PORTVERSION= 0.93.0
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A ftp-like client for the FSP service
USE_BZIP2= yes
USE_SCONS= yes
SCONS_ARGS= prefix=${PREFIX}
MAN1= fsp.1
MANCOMPRESSED= yes
PLIST_FILES= bin/fsp
.include <bsd.port.mk>