aboutsummaryrefslogtreecommitdiffstats
path: root/misc/stan/Makefile
blob: 8e89e2ae5aa4894e0d24a5b6c43c8f42750ab200 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ex:ts=8
# New ports collection makefile for:    stan
# Date created:         May 1, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

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

MAINTAINER= ports@FreeBSD.org
COMMENT=    Generate several statisical information of a stream

GNU_CONFIGURE=  yes

MAN1=       stan.1
PLIST_FILES=    bin/stan

.include <bsd.port.mk>