2012-12-26 01:23:59 +01:00
|
|
|
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
2004-12-07 00:08:46 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xppaut
|
2012-12-26 01:23:59 +01:00
|
|
|
PORTVERSION= 7.0
|
2004-12-07 00:08:46 +01:00
|
|
|
CATEGORIES= math graphics
|
|
|
|
MASTER_SITES= http://www.math.pitt.edu/~bard/bardware/
|
2012-06-23 03:07:56 +02:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
2004-12-07 00:08:46 +01:00
|
|
|
|
2011-06-14 09:38:51 +02:00
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
2004-12-07 00:08:46 +01:00
|
|
|
COMMENT= Graphical tool for solving differential equations, etc
|
|
|
|
|
|
|
|
MAN1= xppaut.1
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xbitmaps x11 xproto
|
2011-06-21 04:05:38 +02:00
|
|
|
CFLAGS+= -w -Wno-return-type
|
2004-12-07 00:08:46 +01:00
|
|
|
WRKSRC= ${WRKDIR}
|
2012-06-23 03:07:56 +02:00
|
|
|
ALL_TARGET= xppaut
|
2004-12-07 00:08:46 +01:00
|
|
|
|
2012-06-23 03:07:56 +02:00
|
|
|
.ifdef NOPORTDOCS
|
|
|
|
MAKE_ENV+= NOPORTDOCS=yes
|
|
|
|
.endif
|
|
|
|
.ifdef NOPORTEXAMPLES
|
|
|
|
MAKE_ENV+= NOPORTEXAMPLES=yes
|
2004-12-07 00:08:46 +01:00
|
|
|
.endif
|
2005-04-11 21:36:31 +02:00
|
|
|
|
2013-09-20 22:55:04 +02:00
|
|
|
NO_STAGE= yes
|
2004-12-07 00:08:46 +01:00
|
|
|
.include <bsd.port.mk>
|