aboutsummaryrefslogtreecommitdiff
path: root/net/fspclient/Makefile
blob: a705a1ba05d08f07753243125a171d7dbc310fb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
PLIST_FILES=	bin/fsp

.include <bsd.port.mk>