Edit

IABSD.fr/ports/sysutils/stan/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 17:16:22
    Hash : f372f5ac
    Message : MASTER_SITES -> SITES

  • sysutils/stan/Makefile
  • 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
    
    SITES =			${HOMEPAGE}
    
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ENV +=	CFLAGS="${CFLAGS}"
    
    .include <bsd.port.mk>