aboutsummaryrefslogtreecommitdiff
path: root/cad/pdnmesh/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-04-14 19:16:56 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-04-14 19:16:56 +0000
commit8b0a8fa46c801c1ffa8cc6f8a3ee85e3a12fddcd (patch)
tree862b5d16f00e9ca9d785e19161966a9e6ba09c76 /cad/pdnmesh/Makefile
parent990ec262aa64e76411c9a49758feb7feca37d707 (diff)
downloadports-8b0a8fa46c801c1ffa8cc6f8a3ee85e3a12fddcd.tar.gz
ports-8b0a8fa46c801c1ffa8cc6f8a3ee85e3a12fddcd.zip
Notes
Diffstat (limited to 'cad/pdnmesh/Makefile')
-rw-r--r--cad/pdnmesh/Makefile11
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>