2006-07-19 21:58:28 +02:00
|
|
|
# New ports collection makefile for: xmds
|
|
|
|
# Date created: 2006-07-17
|
|
|
|
# Whom: EelVex
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmds
|
2008-04-18 03:05:19 +02:00
|
|
|
PORTVERSION= 1.6
|
2006-07-19 21:58:28 +02:00
|
|
|
CATEGORIES= science
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}.5
|
2008-04-18 03:05:19 +02:00
|
|
|
DISTNAME= xmds-1.6.5
|
2006-07-19 21:58:28 +02:00
|
|
|
|
|
|
|
MAINTAINER= mplekos@physics.upatras.gr
|
|
|
|
COMMENT= XMDS is a code generator that integrates equations;
|
|
|
|
|
|
|
|
MAN1= loadxsil.1 xmds.1 xsil2graphics.1
|
|
|
|
|
2008-04-18 03:05:19 +02:00
|
|
|
OPTIONS= FFTW3 "Use fftw3 instead of fftw2" Off
|
2006-07-19 21:58:28 +02:00
|
|
|
HAS_CONFIGURE= YES
|
2008-04-18 03:05:19 +02:00
|
|
|
USE_AUTOTOOLS= automake:16
|
2006-07-19 21:58:28 +02:00
|
|
|
|
2008-04-18 03:05:19 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_FFTW3)
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
|
|
|
|
CONFIGURE_ARGS= --enable-fftw3 --with-fftw3-path=${LOCALBASE}
|
|
|
|
.else
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/fftw.h:${PORTSDIR}/math/fftw
|
2006-07-19 21:58:28 +02:00
|
|
|
CONFIGURE_ARGS= --with-fftw-path=${LOCALBASE}
|
2008-04-18 03:05:19 +02:00
|
|
|
.endif
|
2006-07-19 21:58:28 +02:00
|
|
|
|
2008-04-18 03:05:19 +02:00
|
|
|
.include <bsd.port.post.mk>
|