freebsd-ports/cad/pdnmesh/Makefile
Pav Lucistnik 222a587001 - Tie subdirs to respective master sites
PR:		ports/67474
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-06-02 03:39:10 +00:00

36 lines
839 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.4
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
USE_REINPLACE= yes
USE_XLIB= yes
USE_GL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAN1= pdnmesh.1
MAN5= pdnmesh_input.5
post-patch:
.for FILE in ${DISTNAME}/src/contour.c
@${REINPLACE_CMD} -e "s/^\#include <GL\/glut.h>//g" ${WRKSRC}/${FILE}
.endfor
.include <bsd.port.mk>