196e201f75
PR: ports/78091 Submitted by: Radim Kolar <hsn@netmag.cz>
27 lines
462 B
Makefile
27 lines
462 B
Makefile
# New ports collection makefile for: fspclient
|
|
# Date created: 7 Nov 1994
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fspclient
|
|
PORTVERSION= 0.90.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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GETOPT_LONG= yes
|
|
USE_BZIP2= yes
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
MAN1= fsp.1
|
|
PLIST_FILES= bin/fsp
|
|
|
|
.include <bsd.port.mk>
|