1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/fspclient/Makefile
Baptiste Daroussin bc7bf7bbde Support stage
Convert to USES=scons
2014-05-27 12:42:34 +00:00

19 lines
348 B
Makefile

# Created by: 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
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>