openbsd-ports/math/freemat/Makefile
martynas 33ea2cdeef 3.2 is a re-release of 3.1 with my RESOURCEDIR diff
also, add patch-libs_libCore_IO_cpp (which was ok steven@ some time ago)
if you are using freemat3 on amd64 make sure you've got the latest current
with floorf() fix
2007-04-22 14:43:41 +00:00

53 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.9 2007/04/22 14:43:41 martynas Exp $
COMMENT= "environment for rapid engineering and scientific processing"
V= 3.2
DISTNAME= FreeMat-${V}
PKGNAME= freemat-${V}
CATEGORIES= graphics math
HOMEPAGE= http://freemat.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= GL GLU ICE SM X11 Xcursor Xext Xfixes Xi Xinerama Xrandr \
Xrender c curses fontconfig freetype g2c glib-2.0 \
m png pthread stdc++ z amd gthread-2.0
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freemat/}
MODULES= x11/qt4 devel/gettext
LIB_DEPENDS= avcall::devel/ffcall \
arpack.>=1::math/arpack \
blas.>=1::math/blas \
fftw3.>=4::math/fftw3,double \
fftw3f.>=4::math/fftw3,float \
lapack.>=1::math/lapack \
pcre::devel/pcre \
umfpack::math/umfpack \
QtGui,QtNetwork,QtOpenGL,QtXml::x11/qt4
USE_X11= Yes
USE_LIBTOOL= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= F77=${FC} \
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/amd -I${LOCALBASE}/include/umfpack -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
PKG_CONFIG_LIBDIR="${LOCALBASE}/lib/qt4"
SUBST_VARS= V
post-install:
@mv ${PREFIX}/bin/FreeMat ${PREFIX}/bin/freemat
.include <bsd.port.mk>