Edit

IABSD.fr/ports/benchmarks/tcpblast/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:43:27
    Hash : 9fe1e38b
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • benchmarks/tcpblast/Makefile
  • # $OpenBSD: Makefile,v 1.23 2019/07/12 20:43:43 sthen Exp $
    
    COMMENT=	measure the throughput of a TCP connection
    
    PKGNAME=	tcpblast-1.1
    CATEGORIES=	net benchmarks
    DISTFILES=
    REVISION =	0
    
    # PD
    PERMIT_PACKAGE=	Yes
    WANTLIB=		c
    
    FAKE_FLAGS=	BINDIR="${PREFIX}/bin"
    
    NO_CHECKSUM=	Yes
    
    WRKDIST=	${WRKDIR}
    
    MAKE_ENV=	CC="${CC}"
    
    # Just link the contained source files into the build environment
    post-extract:		
    	@lndir ${.CURDIR}/src ${WRKDIR}
    
    .include <bsd.port.mk>