blob: a32704378b8b87afcbec7fac5239dbee9f50922e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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.2
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= ${PORTNAME} science/visualization
MAINTAINER= sarod@cs.pdn.ac.lk
COMMENT= A finite element program
USE_XLIB= yes
USE_MESA= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAN1= pdnmesh.1 d2m.1
MAN5= pdnmesh_input.5
.include <bsd.port.mk>
|