aboutsummaryrefslogtreecommitdiffstats
path: root/science/xmds/Makefile
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-07-20 03:58:28 +0800
committerrafan <rafan@FreeBSD.org>2006-07-20 03:58:28 +0800
commit991ff44cdaca44d2e77b605ac83f97f26a67a78d (patch)
treeb42100fed9ec0496d19704d45e28f7786eb69e25 /science/xmds/Makefile
parent27a0cdfdc1aa035a2e592f588e9e64964c18c92c (diff)
downloadfreebsd-ports-gnome-991ff44cdaca44d2e77b605ac83f97f26a67a78d.tar.gz
freebsd-ports-gnome-991ff44cdaca44d2e77b605ac83f97f26a67a78d.tar.zst
freebsd-ports-gnome-991ff44cdaca44d2e77b605ac83f97f26a67a78d.zip
Add xmds , XMDS is a code generator that integrates equations;.
PR: ports/100419 Submitted by: EelVex
Diffstat (limited to 'science/xmds/Makefile')
-rw-r--r--science/xmds/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/science/xmds/Makefile b/science/xmds/Makefile
new file mode 100644
index 000000000000..3a0228c6d7d6
--- /dev/null
+++ b/science/xmds/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: xmds
+# Date created: 2006-07-17
+# Whom: EelVex
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmds
+DISTVERSION= 1.5-2
+CATEGORIES= science
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= mplekos@physics.upatras.gr
+COMMENT= XMDS is a code generator that integrates equations;
+
+BUILD_DEPENDS= ${LOCALBASE}/include/fftw.h:${PORTSDIR}/math/fftw
+
+MAN1= loadxsil.1 xmds.1 xsil2graphics.1
+
+HAS_CONFIGURE= YES
+
+CONFIGURE_ARGS= --with-fftw-path=${LOCALBASE}
+
+.include <bsd.port.mk>