Edit

IABSD.fr/ports/benchmarks/fs_mark/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2013-12-31 17:23:57
    Hash : 7440bae5
    Message : Do not override CFLAGS and do not force optimization.

  • benchmarks/fs_mark/Makefile
  • # $OpenBSD: Makefile,v 1.2 2013/12/31 17:23:57 ajacoutot Exp $
    
    COMMENT =		test synchronous write workloads
    DISTNAME =		fs_mark-3.3
    REVISION =		0
    CATEGORIES =		benchmarks
    HOMEPAGE =		http://sourceforge.net/projects/fsmark/
    MAINTAINER  =		Tobias Ulmer <tobiasu@tmux.org>
    # GPLv2+
    PERMIT_PACKAGE_CDROM =	Yes
    WANTLIB =		c
    MASTER_SITES =		${MASTER_SITE_SOURCEFORGE:=fsmark/}
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKSRC}/fs_mark ${PREFIX}/bin/
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fs_mark
    	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/fs_mark/
    
    NO_TEST =		Yes
    
    .include <bsd.port.mk>