freebsd-ports/misc/stan/Makefile
Baptiste Daroussin ce1c0bc3ed Back to the futur
2014-02-10 13:27:09 +00:00

25 lines
467 B
Makefile

# Created by: 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
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2014-03-10
GNU_CONFIGURE= yes
PLIST_FILES= bin/stan \
man/man1/stan.1.gz
pre-configure:
${REINPLACE_CMD} -e "s|^CFLAGS =|CFLAGS ?=|g" \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>