freebsd-ports/misc/stan/Makefile
Pav Lucistnik 3156f1b61e - Update to 0.4.1
- Respect CFLAGS

PR:		ports/83682
Submitted by:	Andrej Zverev <az@inec.ru>
2005-07-18 19:31:45 +00:00

28 lines
492 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 statisical information of a stream
GNU_CONFIGURE= yes
USE_REINPLACE= 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>