freebsd-ports/net/nfsshell/Makefile
Volker Stolz 5f2dbec2db Add nfsshell, a userland NFS command tool.
PR:		ports/77153
Submitted by:	johans@stack.nl
2005-02-09 11:14:39 +00:00

26 lines
548 B
Makefile

# New ports collection makefile for: nfsshell
# Date created: 5 February 2005
# Whom: johans@stack.nl
#
# $FreeBSD$
#
PORTNAME= nfsshell
PORTVERSION= 19980519
CATEGORIES= net
MASTER_SITES= http://www.cs.vu.nl/pub/leendert/
DISTNAME= ${PORTNAME}
MAINTAINER= johans@stack.nl
COMMENT= Userland NFS command tool
WRKSRC= ${WRKDIR}/nfs
ALL_TARGET= nfs
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DREADLINE" LIBS="-lreadline"
PLIST_FILES= bin/nfsshell
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nfs ${PREFIX}/bin/nfsshell
.include <bsd.port.mk>