# Created by: johans@stack.nl # $FreeBSD$ 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