diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-02-09 07:30:11 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-02-09 07:30:11 +0000 |
commit | fe90747e7c13bfada3308d5d5fb506bb38e92e2c (patch) | |
tree | 8dfc7b20532d65cba3bbbb0deab0515c261f2619 | |
parent | d3996facc25c1726f22ceeecde4d848a85160d73 (diff) | |
download | FreeBSD-ports-fe90747e7c13bfada3308d5d5fb506bb38e92e2c.zip FreeBSD-ports-fe90747e7c13bfada3308d5d5fb506bb38e92e2c.tar.gz |
add slffea 1.25
San Le's Free Finite Element Analysis
-rw-r--r-- | cad/Makefile | 1 | ||||
-rw-r--r-- | cad/slffea/Makefile | 49 | ||||
-rw-r--r-- | cad/slffea/distinfo | 1 | ||||
-rw-r--r-- | cad/slffea/pkg-comment | 1 | ||||
-rw-r--r-- | cad/slffea/pkg-descr | 5 | ||||
-rw-r--r-- | cad/slffea/pkg-plist | 15 |
6 files changed, 72 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 1d69638..2be3a32 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -26,6 +26,7 @@ SUBDIR += qmls SUBDIR += sceptre SUBDIR += sis + SUBDIR += slffea SUBDIR += spice SUBDIR += tkgate SUBDIR += vipec diff --git a/cad/slffea/Makefile b/cad/slffea/Makefile new file mode 100644 index 0000000..8ccc020 --- /dev/null +++ b/cad/slffea/Makefile @@ -0,0 +1,49 @@ +# ex:ts=8 +# Ports collection makefile for: slffea +# Date created: Feb 9, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= slffea +PORTVERSION= 1.25 +CATEGORIES= cad +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}13 +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org + +USE_MESA= yes +CFLAGS+= -I${X11BASE}/include ${PTHREAD_CFLAGS} +WRKSRC= ${WRKDIR}/${PORTNAME}-1.3 +ALL_TARGET= everything +EXEC= beam/beam/bm \ + beam/beam_gr/bmpost \ + brick/brick/br \ + brick/brick_gr/brpost \ + brick/brick_gr/pvbr \ + brick/brick_nl/nbr \ + plate/plate/pl \ + plate/plate_gr/plpost \ + quad/quad/qd \ + quad/quad_gr/qdpost \ + shell/shell/shl \ + shell/shell_gr/shpost \ + shell/shell_gr/pvs \ + truss/truss/ts \ + truss/truss_gr/tspost + +post-patch: + @(find ${WRKSRC} -name Makefile | xargs \ + ${PERL} -pi -e "s,^CC = (.*),CC = ${CC} ${CFLAGS},g ; \ + s,-lglut,-lglut ${PTHREAD_LIBS},g") + +do-install: +.for file in ${EXEC} + ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin +.endfor + +.include <bsd.port.mk> diff --git a/cad/slffea/distinfo b/cad/slffea/distinfo new file mode 100644 index 0000000..1c3ce2d --- /dev/null +++ b/cad/slffea/distinfo @@ -0,0 +1 @@ +MD5 (slffea13.tgz) = dc1baa3ba363507385cdab4ab6988c5b diff --git a/cad/slffea/pkg-comment b/cad/slffea/pkg-comment new file mode 100644 index 0000000..f0015ec --- /dev/null +++ b/cad/slffea/pkg-comment @@ -0,0 +1 @@ +San Le's Free Finite Element Analysis diff --git a/cad/slffea/pkg-descr b/cad/slffea/pkg-descr new file mode 100644 index 0000000..05455be --- /dev/null +++ b/cad/slffea/pkg-descr @@ -0,0 +1,5 @@ +SLFFEA stands for San Le's Free Finite Element Analysis. It is a package of +scientific software and graphical user interfaces for use in finite element +analysis. + +WWW: http://slffea.sourceforge.net/ diff --git a/cad/slffea/pkg-plist b/cad/slffea/pkg-plist new file mode 100644 index 0000000..3823f209 --- /dev/null +++ b/cad/slffea/pkg-plist @@ -0,0 +1,15 @@ +bin/bm +bin/bmpost +bin/br +bin/brpost +bin/nbr +bin/pl +bin/plpost +bin/pvbr +bin/pvs +bin/qd +bin/qdpost +bin/shl +bin/shpost +bin/ts +bin/tspost |