22 lines
319 B
Makefile
22 lines
319 B
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
|
||
|
|
||
|
MASTER_SITES = ${HOMEPAGE}
|
||
|
|
||
|
CONFIGURE_STYLE = gnu
|
||
|
CONFIGURE_ENV += CFLAGS="${CFLAGS}"
|
||
|
|
||
|
.include <bsd.port.mk>
|