freebsd-ports/net/fspclient/Makefile
Pete Fritchman 6b5bc17d9a - update to 0.0.6
- fetch from sourceforge now
- pass maintainership to submitter

PR:		61214
Submitted by:	Radim Kolar <hsn@netmag.cz> (new maintainer)
2004-01-13 04:19:11 +00:00

25 lines
427 B
Makefile

# New ports collection makefile for: fspclient
# Date created: 7 Nov 1994
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= fspclient
PORTVERSION= 0.0.6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= hsn@netmag.cz
COMMENT= A client for the fsp service
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GETOPT_LONG= yes
CFLAGS+= -I${LOCALBASE}/include
MAN1= fsp.1
.include <bsd.port.mk>