freebsd-ports/net/fspclient/Makefile

31 lines
502 B
Makefile
Raw Normal View History

# New ports collection makefile for: fspclient
# Date created: 7 Nov 1994
# Whom: ache
1994-11-07 18:29:02 +01:00
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
1994-11-07 18:29:02 +01:00
#
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
1994-11-07 18:29:02 +01:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900007
BROKEN= fails to build with new utmpx
.endif
.include <bsd.port.post.mk>