aboutsummaryrefslogtreecommitdiffstats
path: root/net/fspclient/Makefile
blob: 3746e4e07de654d67626ce1ecc926a54c50ecb65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    fspclient
# Date created:     7 Nov 1994
# Whom:         ache
#
# $FreeBSD$
#

PORTNAME=   fspclient
PORTVERSION=    0.0.h
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/network/file-transfer
DISTNAME=   fspclient

MAINTAINER= ports@FreeBSD.org
COMMENT=    A client for the fsp service

WRKSRC=     ${WRKDIR}/fspclient
GNU_CONFIGURE=  yes
MAN1=       fsp.1

.include <bsd.port.mk>