=================================================================== RCS file: /cvs/ports/graphics/devil/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.6 diff -u -r1.2 -r1.6 --- ports/graphics/devil/Attic/Makefile 2009/09/20 07:53:20 1.2 +++ ports/graphics/devil/Attic/Makefile 2010/08/17 23:03:15 1.6 @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.2 2009/09/20 06:53:20 yason Exp $ +# $OpenBSD: Makefile,v 1.6 2010/08/17 22:03:15 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 @@ -21,24 +21,25 @@ PERMIT_DISTFILES_CDROM =Yes 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 +WANTLIB = GL GLU Half ICE Iex IlmImf IlmThread Imath SDL SM X11 Xau Xdmcp Xext Xi Xmu \ + Xrender Xt alleg c glut iconv jasper jpeg lcms m pthread pthread-stubs sndio \ + stdc++ tiff usbhid xcb z MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=openil/} EXTRACT_SUFX = .zip -LIB_DEPENDS = alleg::devel/allegro \ - SDL::devel/sdl \ - glut::graphics/freeglut \ - Half,Iex,IlmThread,Imath::graphics/ilmbase \ - IlmImf::graphics/openexr \ - jasper::graphics/jasper \ - tiff::graphics/tiff \ +LIB_DEPENDS = ::games/allegro \ + ::devel/sdl \ + ::graphics/glut \ + ::graphics/ilmbase \ + ::graphics/openexr \ + ::graphics/jasper \ + ::graphics/lcms USE_X11 = Yes USE_LIBTOOL = Yes -CONFIGURE_STYLE = gnu +CONFIGURE_STYLE = autoconf +AUTOCONF_VERSION = 2.61 CONFIGURE_ARGS += --enable-ILU \ --enable-ILUT \ --with-examples \