freebsd-ports/science/vis5d+/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

48 lines
1.2 KiB
Makefile

# ex:ts=8
# Ports collection Makefile for: vis5d+
# Date created: Jan 9, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= vis5d+
PORTVERSION= 1.2.1
PORTREVISION= 15
CATEGORIES= science
MASTER_SITES= SF/vis5d/vis5d/${PORTVERSION}
MAINTAINER= stephen@missouri.edu
COMMENT= OpenGL-based volumetric visualization program for scientific datasets
BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf \
mix.0:${PORTSDIR}/graphics/qslim \
gfx.0:${PORTSDIR}/graphics/libgfx \
gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
USE_FORTRAN= yes
USE_AUTOTOOLS= libtool:22
USE_GL= yes
USE_GNOME= gnometarget gtk12
USE_ICONV= yes
GNU_CONFIGURE= yes
FFLAGS+= -fno-range-check
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" LIBS="-lgfx"
CONFIGURE_ARGS= --enable-gtk --enable-threads --with-netcdf \
--with-mixkit=${LOCALBASE}/lib/libmix.a --with-x
USE_LDCONFIG= yes
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CFLAGS+= -DMIX_ANSI_IOSTREAMS -fPIC -fpermissive
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>