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

PORTNAME=   fspclient
PORTVERSION=    0.91.0
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A ftp-like client for the FSP service

USE_BZIP2=  yes
GNU_CONFIGURE=  yes

MAN1=       fsp.1
PLIST_FILES=    bin/fsp

post-patch:
    @${REINPLACE_CMD} -e 's|<getopt\.h>|<unistd.h>|g' ${WRKSRC}/bsd/ls.c

.include <bsd.port.mk>