aboutsummaryrefslogtreecommitdiffstats
path: root/net/fspclient/Makefile
blob: d27cbab9eaa1756125d9bd3792d6a0b705329136 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: ache
# $FreeBSD$

PORTNAME=   fspclient
PORTVERSION=    0.93.0
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 man/man1/fsp.1.gz
INSTALL_TARGET= install prefix=${STAGEDIR}${PREFIX}

.include <bsd.port.mk>