freebsd-ports/net/nfsshell/Makefile
Mathieu Arnold 9d4e763ba0 Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 17:26:05 +00:00

26 lines
502 B
Makefile

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