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
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 5
|
2002-10-14 20:11:17 +00:00
|
|
|
CATEGORIES= science
|
2006-05-26 18:24:29 +00:00
|
|
|
MASTER_SITES= http://www2.enel.ucalgary.ca/~vigmond/flounder/
|
2002-10-14 20:11:17 +00:00
|
|
|
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 \
|
2006-01-12 12:54:32 +00:00
|
|
|
png:${PORTSDIR}/graphics/png \
|
|
|
|
glut.4:${PORTSDIR}/graphics/libglut
|
2002-10-14 20:11:17 +00:00
|
|
|
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lstdc++"
|
2002-10-14 20:11:17 +00:00
|
|
|
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>
|
|
|
|
|
2005-04-10 20:57:40 +00:00
|
|
|
.if ${ARCH} == "alpha"
|
2006-05-26 18:24:29 +00:00
|
|
|
BROKEN= Does not compile on alpha
|
2004-03-09 12:15:30 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|