mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
c00a914dc0
PR: ports/100419 Submitted by: EelVex
26 lines
530 B
Makefile
26 lines
530 B
Makefile
# 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>
|