aboutsummaryrefslogtreecommitdiff
path: root/graphics/OpenEXR/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2007-10-07 17:45:39 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2007-10-07 17:45:39 +0000
commit00f60d30a9a7e35b9e03498e6a86c9c12c1e6b9f (patch)
tree49b8cd44ea6e7a603d47c82220b4e1e0b76eda5d /graphics/OpenEXR/Makefile
parent21af34ef0fafff9ce325712ce5773b8683eb5702 (diff)
downloadports-00f60d30a9a7e35b9e03498e6a86c9c12c1e6b9f.tar.gz
ports-00f60d30a9a7e35b9e03498e6a86c9c12c1e6b9f.zip
Update to 1.6.0.
Notes
Notes: svn path=/head/; revision=201055
Diffstat (limited to 'graphics/OpenEXR/Makefile')
-rw-r--r--graphics/OpenEXR/Makefile35
1 files changed, 8 insertions, 27 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile
index 1ce4b490f464..4bc26e788ec4 100644
--- a/graphics/OpenEXR/Makefile
+++ b/graphics/OpenEXR/Makefile
@@ -6,43 +6,24 @@
#
PORTNAME= OpenEXR
-PORTVERSION= 1.4.0
+PORTVERSION= 1.6.0
PORTREVISION= 0
-DISTNAME= ${PORTNAME:L}-${PORTVERSION}${DISTVERSIONSUFFIX}
-DISTVERSIONSUFFIX=a
+DISTNAME= ${PORTNAME:L}-${PORTVERSION}
CATEGORIES= graphics devel
-#MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITES+= ${MASTER_SITE_LOCAL:S,%SUBDIR%,nork,g}
+MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME:L}
MAINTAINER= nork@FreeBSD.org
COMMENT= A high dynamic-range (HDR) image file format
-USE_AUTOTOOLS= libtool:15
-GNU_CONFIGURE= YES
USE_GMAKE= yes
USE_GNOME= pkgconfig
-INSTALLS_SHLIB= YES
-
-EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}-${PORTVERSION}
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= YES
-CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS} \
- PTHREAD_CFLAGS=${PTHREAD_CFLAGS}
+CONFIGURE_ARGS+=--enable-imfexamples
WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION}
-.include <bsd.port.pre.mk>
-
-#.if !defined(WITHOUT_X11) && defined(WITH_FLTK)
-#CONFIGURE_ARGS+=--with-fltk-config=${X11BASE}/bin/fltk-config
-#CFLAGS+= ${PTHREAD_CFLAGS}
-#LDFLAGS+= ${PTHREAD_LIBS}
-#PLIST_SUB+= WITH_FLTK=
-#LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads \
-# glut.4:${PORTSDIR}/graphics/libglut
-#.else
-CONFIGURE_ARGS+=--with-fltk-config=${FALSE} --without-x
-PLIST_SUB+= WITH_FLTK="@comment "
-#.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>