1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/net/nfsshell/Makefile
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00

29 lines
613 B
Makefile

# Created by: johans@stack.nl
# $FreeBSD$
PORTNAME= nfsshell
PORTVERSION= 20130510
PORTREVISION= 3
CATEGORIES= net
#MASTER_SITES= http://www.cs.vu.nl/pub/leendert/
MAINTAINER= hrs@FreeBSD.org
COMMENT= Userland NFS command tool
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= localbase readline
USE_GITHUB= yes
GH_ACCOUNT= NetDirect
GH_TAGNAME= 09cdd52
ALL_TARGET= nfsshell
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DREADLINE" \
LIBS="-lreadline ${LDFLAGS}"
PLIST_FILES= bin/nfsshell
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nfsshell ${STAGEDIR}${PREFIX}/bin/nfsshell
.include <bsd.port.mk>