# Created by: johans@stack.nl
# $FreeBSD: tags/RELEASE_11_0_0/net/nfsshell/Makefile 385640 2015-05-07 17:26:05Z mat $

PORTNAME=	nfsshell
PORTVERSION=	20130510
CATEGORIES=	net
#MASTER_SITES=	http://www.cs.vu.nl/pub/leendert/

MAINTAINER=	johans@FreeBSD.org
COMMENT=	Userland NFS command tool

USE_GITHUB=	yes
GH_ACCOUNT=	NetDirect
GH_TAGNAME=	09cdd52

USES=		readline

ALL_TARGET=	nfsshell
MAKE_ARGS=	CC="${CC}" LIBS="-lreadline ${LDFLAGS}"

PLIST_FILES=	bin/nfsshell

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/nfsshell ${STAGEDIR}${PREFIX}/bin/nfsshell

.include <bsd.port.mk>
