1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net/fspclient/Makefile
Kirill Ponomarev a6133d9fae Drop maintainership to ports@FreeBSD.org
PR:		ports/71721
Submitted by:	Radim Kolar <hsn@netmag.cz>
2004-10-12 13:23:48 +00:00

27 lines
461 B
Makefile

# New ports collection makefile for: fspclient
# Date created: 7 Nov 1994
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= fspclient
PORTVERSION= 0.0.7
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_BZIP2= yes
USE_GETOPT_LONG= yes
CFLAGS+= -I${LOCALBASE}/include
MAN1= fsp.1
PLIST_FILES= bin/fsp
.include <bsd.port.mk>