Edit

IABSD.fr/ports/security/nfsshell/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2013-03-11 11:35:43
    Hash : eae66e4a
    Message : PERMIT_* / REGRESS->TEST sweep

  • security/nfsshell/Makefile
  • # $OpenBSD: Makefile,v 1.18 2013/03/11 11:41:26 espie Exp $
    
    COMMENT=	NFS auditing tool
    
    PKGNAME=	nfsshell-1.0
    REVISION =	1
    DISTNAME=	nfsshell
    CATEGORIES=	security
    
    WRKDIST=	${WRKDIR}/nfs
    
    MASTER_SITES=	ftp://ftp.cs.vu.nl/pub/leendert/
    
    PERMIT_PACKAGE_CDROM=	no obvious license
    PERMIT_PACKAGE_FTP=	Yes
    
    WANTLIB=		c readline termcap
    
    ALL_TARGET=	nfs
    
    NO_TEST=	Yes
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKSRC}/nfs ${PREFIX}/bin/nfsshell
    
    .include <bsd.port.mk>