mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
cb037d3c98
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
29 lines
613 B
Makefile
29 lines
613 B
Makefile
# Created by: johans@stack.nl
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nfsshell
|
|
PORTVERSION= 20130510
|
|
PORTREVISION= 2
|
|
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>
|