1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/cad/pdnmesh/Makefile
Volker Stolz 957d850b28 Update to 0.1.9:
-Added Sparse Matrix Solver.
-Fixed Compile problems.
-Fixed bug in reading DXF files.

PR:		ports/74026
Submitted by:	maintainer
2004-11-19 15:48:13 +00:00

39 lines
926 B
Makefile

# New ports collection makefile for: pdnmesh
# Date created: 25 August 2001
# Whom: Sarod Yatawatta <sarod@cs.pdn.ac.lk>
#
# $FreeBSD$
#
PORTNAME= pdnmesh
PORTVERSION= 0.1.9
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \
${MASTER_SITE_SUNSITE:S/$/:sun/}
MASTER_SITE_SUBDIR= ${PORTNAME}/:sf science/visualization/:sun
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf,sun
MAINTAINER= sarod@users.sf.net
COMMENT= A finite element program
LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext:install\
lapack:${PORTSDIR}/math/lapack:install\
atlas:${PORTSDIR}/math/atlas:install
USE_XLIB= yes
USE_GL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
USE_AUTOCONF_VER=259
USE_REINPLACE= yes
MAN1= pdnmesh.1
MAN5= pdnmesh_input.5
post-patch:
.for FILE in ${DISTNAME}/configure.in
@${REINPLACE_CMD} -e "s/\$$FLIBS//g" ${WRKSRC}/${FILE}
.endfor
.include <bsd.port.mk>