24 lines
379 B
Makefile
24 lines
379 B
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>
|