9d4e763ba0
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
26 lines
502 B
Makefile
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>
|