3e4ed01146
- 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)
35 lines
820 B
Makefile
35 lines
820 B
Makefile
# New ports collection makefile for: xppaut
|
|
# Date created: 3 September 2004
|
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xppaut
|
|
PORTVERSION= 5.96
|
|
PORTREVISION= 2
|
|
CATEGORIES= math graphics
|
|
MASTER_SITES= http://www.math.pitt.edu/~bard/bardware/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= stephen@math.missouri.edu
|
|
COMMENT= Graphical tool for solving differential equations, etc
|
|
|
|
MAN1= xppaut.1
|
|
USE_XORG= xbitmaps x11 xproto
|
|
MAKE_ARGS= CC="${CC}"
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
post-build:
|
|
${CHMOD} a+r ${WRKSRC}/xppaut.1
|
|
|
|
pre-configure:
|
|
.if !defined(NOPORTDOCS)
|
|
@${REINPLACE_CMD} -e "s|# PORTDOCS||" ${WRKSRC}/Makefile
|
|
.endif
|
|
|
|
post-patch:
|
|
@(cd ${WRKSRC} && ${REINPLACE_CMD} -e "s|gcc|${CC}|" Makefile libI77/Makefile cvodesrc/Makefile mkavi/Makefile)
|
|
|
|
.include <bsd.port.mk>
|