freebsd-ports/net/nfsshell/Makefile
Johan van Selst 0acb77f4cb - Update nfsshell to the version by Michael Brown <michael@netdirect.ca>
This version also supports NFSv3 (but not without issues)
- Enable STAGE support
2013-12-28 15:51:28 +00:00

26 lines
520 B
Makefile

# Created by: johans@stack.nl
# $FreeBSD$
PORTNAME= nfsshell
PORTVERSION= 20130510
CATEGORIES= net
#MASTER_SITES= http://www.cs.vu.nl/pub/leendert/
DISTNAME= ${PORTNAME}
MAINTAINER= johans@FreeBSD.org
COMMENT= Userland NFS command tool
USE_GITHUB= yes
GH_ACCOUNT= NetDirect
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 09cdd52
ALL_TARGET= nfsshell
MAKE_ARGS= CC="${CC}" LIBS="-lreadline"
PLIST_FILES= bin/nfsshell
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nfsshell ${STAGEDIR}${PREFIX}/bin/nfsshell
.include <bsd.port.mk>