mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
68d0c9c4f2
PR: 114538 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> (maintainer)
42 lines
1.2 KiB
Makefile
42 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= 8
|
|
CATEGORIES= science
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= vis5d
|
|
|
|
MAINTAINER= stephen@math.missouri.edu
|
|
COMMENT= OpenGL-based volumetric visualization program for scientific datasets
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libmix.a:${PORTSDIR}/graphics/qslim \
|
|
convert:${PORTSDIR}/graphics/ImageMagick
|
|
LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf \
|
|
gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
|
|
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
USE_FORTRAN= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GL= yes
|
|
USE_GNOME= gnometarget gtk12
|
|
USE_ICONV= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" F77="${F77}" FFLAGS="-fno-range-check"
|
|
CONFIGURE_ARGS= --enable-gtk --enable-threads --with-netcdf \
|
|
--with-mixkit=${LOCALBASE}/lib/libmix.a --with-x
|
|
USE_LDCONFIG= yes
|
|
|
|
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
|
|
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
|
|
|
|
CFLAGS+= -DMIX_ANSI_IOSTREAMS -fpermissive
|
|
|
|
.include <bsd.port.mk>
|