1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/math/xppaut/Makefile
Stephen Montgomery-Smith e76252d3ef - Implement staging.
2014-01-26 23:07:48 +00:00

26 lines
561 B
Makefile

# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= xppaut
PORTVERSION= 7.0
CATEGORIES= math graphics
MASTER_SITES= http://www.math.pitt.edu/~bard/bardware/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= stephen@FreeBSD.org
COMMENT= Graphical tool for solving differential equations, etc
USE_XORG= xbitmaps x11 xproto
CFLAGS+= -w -Wno-return-type
WRKSRC= ${WRKDIR}
ALL_TARGET= xppaut
.ifdef NOPORTDOCS
MAKE_ENV+= NOPORTDOCS=yes
.endif
.ifdef NOPORTEXAMPLES
MAKE_ENV+= NOPORTEXAMPLES=yes
.endif
.include <bsd.port.mk>