=================================================================== RCS file: /cvs/ports/graphics/devil/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.5 diff -u -r1.1 -r1.5 --- ports/graphics/devil/Attic/Makefile 2009/09/14 09:39:34 1.1 +++ ports/graphics/devil/Attic/Makefile 2010/05/30 10:23:16 1.5 @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.1 2009/09/14 08:39:34 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2010/05/30 09:23:16 yason Exp $ COMMENT = full featured cross-platform image library DISTNAME = DevIL-1.7.8 PKGNAME = ${DISTNAME:L} -SHARED_LIBS += IL 0.0 #2.0 -SHARED_LIBS += ILU 0.0 #2.0 -SHARED_LIBS += ILUT 0.0 #2.0 +SHARED_LIBS += IL 0.0 # .2.0 +SHARED_LIBS += ILU 0.0 # .2.0 +SHARED_LIBS += ILUT 0.0 # .2.0 CATEGORIES = graphics @@ -22,39 +22,38 @@ PERMIT_DISTFILES_FTP = Yes WANTLIB = GL GLU ICE SM X11 Xau Xdmcp Xext Xi Xmu Xrandr Xrender \ - Xt c iconv jpeg m pthread pthread-stubs sndio stdc++ \ - usbhid xcb z + Xt Xxf86vm c iconv jpeg m pthread pthread-stubs sndio \ + stdc++ tiff usbhid xcb z MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=openil/} EXTRACT_SUFX = .zip -LIB_DEPENDS = alleg::devel/allegro \ +LIB_DEPENDS = alleg::games/allegro \ SDL::devel/sdl \ glut::graphics/glut \ Half,Iex,IlmThread,Imath::graphics/ilmbase \ IlmImf::graphics/openexr \ jasper::graphics/jasper \ - tiff::graphics/tiff \ + lcms::graphics/lcms -REGRESS_DEPENDS = ::shells/bash - USE_X11 = Yes USE_LIBTOOL = Yes -CONFIGURE_STYLE = gnu +CONFIGURE_STYLE = autoconf +AUTOCONF_VERSION = 2.61 CONFIGURE_ARGS += --enable-ILU \ --enable-ILUT \ --with-examples \ ${CONFIGURE_SHARED} -CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread" \ +CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/" -#NO_REGRESS = Yes +NO_REGRESS = Yes WRKDIST = ${WRKDIR}/${DISTNAME:L} post-extract: .for i in configure build-aux/install-sh - chmod a+x ${WRKSRC}/$i + chmod +x ${WRKSRC}/$i .endfor .include