aboutsummaryrefslogtreecommitdiffstats
path: root/math/freefem/Makefile
blob: d06d10bfce9063cdbadb4e0f67230eb532e5d0dd (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:   freefem
# Date created:        20 December 1996
# Whom:                Pedro Giffuni
#
# $FreeBSD$
#

PORTNAME=   freefem
PORTVERSION=    3.5.8
PORTREVISION=   1
CATEGORIES= math science
MASTER_SITES=   SF/kfem

MAINTAINER= ports@FreeBSD.org
COMMENT=    A language for the Finite Element Method

USE_XORG=   ice sm x11 xt
USE_GNOME=  gnometarget
USE_AUTOTOOLS=  libtool:15
USE_LDCONFIG=   yes

MAN1=       freefem.1

.include <bsd.port.pre.mk>

post-patch:
    @${REINPLACE_CMD} -e 's|-O3 |\$$CXXFLAGS |g' ${WRKSRC}/configure
    @${REINPLACE_CMD} -e 's|admin doc freefem|admin freefem|g ; \
         s|^install-data-am:|install-data-am: #|g' ${WRKSRC}/Makefile.in

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in ChangeLog NEWS README TODO
    ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
    @${MKDIR} ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/examples/*.pde ${EXAMPLESDIR}
.endif

.include <bsd.port.post.mk>