aboutsummaryrefslogtreecommitdiffstats
path: root/math/femlab/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-111-2/+0
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-071-0/+2
| | | | Approved by: pat
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-1/+2
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* * Unbreak build of FORTRAN parts.naddy2002-07-241-2/+0
| | | | | | | PR: 40928 Submitted by: Amar Takhar <verm@drunkmonk.net> * Fix build on -CURRENT.
* BROKEN: does not buildkris2002-05-171-0/+2
|
* Don't try and #include <malloc.h>kris2002-03-311-0/+7
|
* - PORTDOCS policepat2001-12-241-5/+5
| | | | | - DOCSDIR support to some - Brush out some lint
* Author acked to release ports to the public. So be it.sobomax2001-03-221-1/+1
|
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-251-2/+1
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* PREFIX -> X11BASE (portlint)mharo2000-04-211-2/+2
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-3/+3
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Typo in dependency (X11/libsx -> x11/libsx).asami1997-09-171-2/+2
|
* Import of femlab port. femlab solves PDEs in 2D using thetg1997-09-161-0/+43
finite element method. PR: 4531 Submitted by: Pedro Giffuni <giffunip@asme.org>