# Created by: ijliao
# $FreeBSD: misc/stan/Makefile 327745 2013-09-20 20:50:57Z bapt $

PORTNAME=	stan
PORTVERSION=	0.4.1
CATEGORIES=	misc
MASTER_SITES=	http://www.roqe.org/stan/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Generate several statistical informations of a stream

GNU_CONFIGURE=	yes

MAN1=		stan.1
PLIST_FILES=	bin/stan

NO_STAGE=	yes
pre-configure:
	${REINPLACE_CMD} -e "s|^CFLAGS =|CFLAGS ?=|g" \
	${WRKSRC}/src/Makefile.in

.include <bsd.port.mk>
