- use graphics/giflib
This commit is contained in:
parent
b828c5c1a6
commit
11b8c16dc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297941
1 changed files with 5 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
PORTNAME= flounder
|
PORTNAME= flounder
|
||||||
PORTVERSION= 0.40
|
PORTVERSION= 0.40
|
||||||
PORTREVISION= 12
|
PORTREVISION= 13
|
||||||
CATEGORIES= science
|
CATEGORIES= science
|
||||||
MASTER_SITES= http://www.enel.ucalgary.ca/People/vigmond/flounder/
|
MASTER_SITES= http://www.enel.ucalgary.ca/People/vigmond/flounder/
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A quick way to visualize regularly spaced 4D data
|
COMMENT= A quick way to visualize regularly spaced 4D data
|
||||||
|
|
||||||
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \
|
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \
|
||||||
ungif:${PORTSDIR}/graphics/libungif \
|
gif:${PORTSDIR}/graphics/giflib \
|
||||||
png15:${PORTSDIR}/graphics/png
|
png15:${PORTSDIR}/graphics/png
|
||||||
|
|
||||||
USE_GL= glut
|
USE_GL= glut
|
||||||
|
@ -38,6 +38,9 @@ RUN_DEPENDS+= xmgrace:${PORTSDIR}/math/grace
|
||||||
CONFIGURE_ARGS+= --enable-grace
|
CONFIGURE_ARGS+= --enable-grace
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
${REINPLACE_CMD} -e "s|-lungif|-lgif|" ${WRKSRC}/configure
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "alpha"
|
.if ${ARCH} == "alpha"
|
||||||
|
|
Loading…
Reference in a new issue