1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/science/xmds/Makefile
Thomas Abthorpe 911f2f6835 - Update to 1.6
PR:		ports/122656
Submitted by:	EelVex <mplekos physics.upatras.gr> (maintainer)
2008-04-18 01:05:19 +00:00

34 lines
766 B
Makefile

# New ports collection makefile for: xmds
# Date created: 2006-07-17
# Whom: EelVex
#
# $FreeBSD$
#
PORTNAME= xmds
PORTVERSION= 1.6
CATEGORIES= science
MASTER_SITES= SF
DISTNAME= xmds-1.6.5
MAINTAINER= mplekos@physics.upatras.gr
COMMENT= XMDS is a code generator that integrates equations;
MAN1= loadxsil.1 xmds.1 xsil2graphics.1
OPTIONS= FFTW3 "Use fftw3 instead of fftw2" Off
HAS_CONFIGURE= YES
USE_AUTOTOOLS= automake:16
.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
CONFIGURE_ARGS= --with-fftw-path=${LOCALBASE}
.endif
.include <bsd.port.post.mk>