ports/sysutils/stan/Makefile

22 lines
319 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>