blob: a3d73e3745696700b9aca2349f58f69de2421ebc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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
MAN1= xppaut.1
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>
|