blob: 14949c081c4c4c32b74514f2def7afa64bf2766a (
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: 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>
|