diff options
author | vs <vs@FreeBSD.org> | 2004-04-15 03:16:56 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-04-15 03:16:56 +0800 |
commit | 7023a5d6c58170dd561ae9c3301da330ca5790e5 (patch) | |
tree | 2be0954a3e36e93994e237b8962ec30d1eabf917 /cad/pdnmesh/Makefile | |
parent | a665fd7a02f3c6cec2ab3424903eee545ea059ab (diff) | |
download | freebsd-ports-gnome-7023a5d6c58170dd561ae9c3301da330ca5790e5.tar.gz freebsd-ports-gnome-7023a5d6c58170dd561ae9c3301da330ca5790e5.tar.zst freebsd-ports-gnome-7023a5d6c58170dd561ae9c3301da330ca5790e5.zip |
Update to 0.1.4:
- GUI support with GTK and GTKGLExt
- New triangulation routine
- Interactive refinement of mesh
- Importing DXF files natively
- Eigensolver for Wave Equation type problems
Minor port cleanup.
PR: 65471
Submitted by: Sarod Yatawatta (maintainer)
Approved by: linimon (mentor)
Diffstat (limited to 'cad/pdnmesh/Makefile')
-rw-r--r-- | cad/pdnmesh/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index a32704378b8b..31b3d91c1b5c 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -6,22 +6,23 @@ # PORTNAME= pdnmesh -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.4 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ${PORTNAME} science/visualization -MAINTAINER= sarod@cs.pdn.ac.lk +MAINTAINER= sarod@users.sf.net COMMENT= A finite element program +LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext:install + USE_XLIB= yes -USE_MESA= yes -USE_PERL5= yes +USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -MAN1= pdnmesh.1 d2m.1 +MAN1= pdnmesh.1 MAN5= pdnmesh_input.5 .include <bsd.port.mk> |