Edit

IABSD.fr/ports/sysutils/multitime/Makefile

Branch :

  • Show log

    Commit

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

  • sysutils/multitime/Makefile
  • # $OpenBSD: Makefile,v 1.4 2013/03/11 11:41:31 espie Exp $
    
    COMMENT =		time multiple executions of a command
    
    DISTNAME =		multitime-1.2
    CATEGORIES =		sysutils
    
    HOMEPAGE =		http://tratt.net/laurie/src/multitime/
    
    MAINTAINER =		Laurence Tratt <laurie@tratt.net>
    
    # BSD / MIT
    PERMIT_PACKAGE_CDROM =	Yes
    
    MASTER_SITES =		${HOMEPAGE}releases/
    
    CONFIGURE_STYLE =	gnu
    
    NO_TEST =		Yes
    
    WANTLIB =		c m
    
    .include <bsd.port.mk>