1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/misc/stan/Makefile
Carlo Strub db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00

27 lines
475 B
Makefile

# ex:ts=8
# New ports collection makefile for: stan
# Date created: May 1, 2001
# Whom: ijliao
#
# $FreeBSD$
#
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
pre-configure:
${REINPLACE_CMD} -e "s|^CFLAGS =|CFLAGS ?=|g" \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>