1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/net/fspclient/Makefile
Cy Schubert 4d4091e326 Fix build under 9.0.
Assume maintainership of this orphan.

Feature safe:	yes
2011-12-06 21:19:47 +00:00

27 lines
426 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= cy@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.pre.mk>
.include <bsd.port.post.mk>