2001-05-01 17:31:38 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: stan
|
|
|
|
# Date created: May 1, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= stan
|
2005-07-18 19:31:45 +00:00
|
|
|
PORTVERSION= 0.4.1
|
2001-05-01 17:31:38 +00:00
|
|
|
CATEGORIES= misc
|
2001-12-06 04:13:29 +00:00
|
|
|
MASTER_SITES= http://www.roqe.org/stan/
|
2001-05-01 17:31:38 +00:00
|
|
|
|
2001-07-20 05:43:10 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-07-29 11:17:02 +00:00
|
|
|
COMMENT= Generate several statistical informations of a stream
|
2001-05-01 17:31:38 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2004-02-05 20:38:07 +00:00
|
|
|
MAN1= stan.1
|
|
|
|
PLIST_FILES= bin/stan
|
2001-05-01 17:31:38 +00:00
|
|
|
|
2005-07-18 19:31:45 +00:00
|
|
|
pre-configure:
|
|
|
|
${REINPLACE_CMD} -e "s|^CFLAGS =|CFLAGS ?=|g" \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
|
2001-05-01 17:31:38 +00:00
|
|
|
.include <bsd.port.mk>
|