diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-07-05 11:11:40 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-07-05 11:11:40 +0000 |
commit | 6ff84648d304debc0bedce7f6242fc2c69e4fbfc (patch) | |
tree | 02d4f8484d9c0e7263c12ff17e3440d46a559ce9 /graphics/opendx/Makefile | |
parent | 4b512074587ec7d37ac518450957ffa397947be9 (diff) |
Upgrade to 4.1.3.
PR: 28307
Submitted by: Randall Hopper <aa8vb@nc.rr.com>
Notes
Notes:
svn path=/head/; revision=44783
Diffstat (limited to 'graphics/opendx/Makefile')
-rw-r--r-- | graphics/opendx/Makefile | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index f3bb1179bb61..96f0c0e6a15f 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -6,21 +6,18 @@ # PORTNAME= opendx -PORTVERSION= 4.1.0 -PORTREVISION= 1 +PORTVERSION= 4.1.3 CATEGORIES= graphics math -MASTER_SITES= http://opendx.npaci.edu/source/ +MASTER_SITES= http://www.research.ibm.com/dx/srcDownload/srcArchive/ \ + http://opendx.npaci.edu/source/ DISTNAME= dx-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= df.1:${PORTSDIR}/graphics/hdf \ - jbig.1:${PORTSDIR}/graphics/jbigkit \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick \ + df.1:${PORTSDIR}/graphics/hdf \ netcdf.1:${PORTSDIR}/math/netcdf \ - png.4:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - ttf.4:${PORTSDIR}/print/freetype + tiff.4:${PORTSDIR}/graphics/tiff USE_AUTOMAKE= yes USE_GMAKE= yes @@ -46,13 +43,14 @@ LDFLAGS+= ${PTHREAD_LIBS} .endif post-patch: - @find ${WRKSRC} -name Makefile.am | \ - xargs ${PERL} -pi -e "s;-lXm ;${MOTIFLIB} ;g" @${RM} -f ${WRKSRC}/include/stamp-h.in pre-configure: @cd ${WRKSRC} && aclocal && ${SETENV} ${CONFIGURE_ENV} autoheader +post-configure: + ${PERL} -pi -e "s;flex ;flex -l ;g" ${WRKSRC}/src/uipp/dxuilib/Makefile + post-install: @${ECHO_MSG} "===> Fixing path in the docs (/usr/lpp -> ${PREFIX})" .for dir in doc help html man |