Edit

IABSD.fr/ports/sysutils/stan/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:49:33
    Hash : 77f7cc9c
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • sysutils/stan/Makefile
  • # $OpenBSD: Makefile,v 1.7 2019/07/12 20:49:52 sthen Exp $
    
    COMMENT =		statistical analyzer for binary streams
    
    DISTNAME =		stan-0.4.1
    
    REVISION = 		2
    
    CATEGORIES =		sysutils
    
    HOMEPAGE =		http://www.roqe.org/stan/
    
    # 4-clause BSD
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =		c m
    
    MASTER_SITES =		${HOMEPAGE}
    
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ENV +=	CFLAGS="${CFLAGS}"
    
    .include <bsd.port.mk>