2002-10-14 20:11:17 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection Makefile for: flounder
|
|
|
|
# Date created: Oct 14, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= flounder
|
2003-01-15 19:37:42 +00:00
|
|
|
PORTVERSION= 0.40
|
2004-03-16 04:23:56 +00:00
|
|
|
PORTREVISION= 2
|
2002-10-14 20:11:17 +00:00
|
|
|
CATEGORIES= science
|
|
|
|
MASTER_SITES= http://www.enel.ucalgary.ca/~vigmond/flounder/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= A quick way to visualize regularly spaced 4D data
|
2002-10-14 20:11:17 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk \
|
|
|
|
ungif:${PORTSDIR}/graphics/libungif \
|
|
|
|
png:${PORTSDIR}/graphics/png
|
|
|
|
|
|
|
|
USE_MESA= yes
|
2004-03-14 06:17:56 +00:00
|
|
|
USE_LIBTOOL_VER=13
|
2002-10-14 20:11:17 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} -lstdc++"
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_AVIFILE)
|
2002-11-28 16:37:35 +00:00
|
|
|
LIB_DEPENDS+= aviplay:${PORTSDIR}/multimedia/avifile
|
2002-10-14 20:11:17 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-avifile
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_PLOT)
|
|
|
|
BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot
|
|
|
|
RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot
|
|
|
|
CONFIGURE_ARGS+= --enable-gnuplot
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_GRACE)
|
|
|
|
BUILD_DEPENDS+= xmgrace:${PORTSDIR}/math/grace
|
|
|
|
RUN_DEPENDS+= xmgrace:${PORTSDIR}/math/grace
|
|
|
|
CONFIGURE_ARGS+= --enable-grace
|
|
|
|
.endif
|
|
|
|
|
2004-03-09 12:15:30 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
|
|
|
|
BROKEN= "Does not compile on alpha or amd64"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|