opnsense-ports/net/fspclient/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
346 B
Makefile

# Created by: ache
# $FreeBSD$
PORTNAME= fspclient
PORTVERSION= 0.93.0
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= cy@FreeBSD.org
COMMENT= 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>