[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / security / nfsshell

File: [local] / ports / security / nfsshell / Makefile (download)

Revision 1.22, Wed Sep 27 16:34:34 2023 UTC (8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.21: +1 -1 lines

MASTER_SITES -> SITES

COMMENT=	NFS auditing tool

PKGNAME=	nfsshell-1.0
REVISION =	2
DISTNAME=	nfsshell
CATEGORIES=	security

WRKDIST=	${WRKDIR}/nfs

SITES=		ftp://ftp.cs.vu.nl/pub/leendert/

PERMIT_PACKAGE=	Yes

WANTLIB += c curses readline

ALL_TARGET=	nfs

NO_TEST=	Yes

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/nfs ${PREFIX}/bin/nfsshell

.include <bsd.port.mk>