mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
4441928184
PR: 60801 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
22 lines
356 B
Makefile
22 lines
356 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|