=================================================================== RCS file: /cvs/ports/graphics/rawtherapee/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.5 diff -u -r1.2 -r1.5 --- ports/graphics/rawtherapee/Attic/Makefile 2011/10/29 23:48:29 1.2 +++ ports/graphics/rawtherapee/Attic/Makefile 2011/11/29 05:36:08 1.5 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2011/10/29 23:48:29 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2011/11/29 05:36:08 yason Exp $ COMMENT = RAW image processing application -DISTNAME = rawtherapee-4.0.2 +DISTNAME = rawtherapee-4.0.5 CATEGORIES = graphics @@ -23,20 +23,18 @@ WANTLIB += pangoft2-1.0 pangomm-1.4 pixman-1 png pthread pthread-stubs WANTLIB += sigc-2.0 stdc++ tiff xcb xcb-render xcb-shm z -MASTER_SITES = ftp://ftp.springdaemons.com/soft/ -EXTRACT_SUFX = .tar.bz2 +MASTER_SITES = http://www.linklevel.net/distfiles/ MODULES = devel/cmake -RUN_DEPENDS = devel/desktop-file-utils \ - sysutils/gamin,-server +RUN_DEPENDS = devel/desktop-file-utils +# sysutils/gamin,-server LIB_DEPENDS = devel/libsigc++-2 \ graphics/libiptcdata \ graphics/lcms2 \ x11/gtk2mm -#SEPARATE_BUILD = simple (build in a directory other than WRKSRC) CONFIGURE_ARGS += -DCMAKE_BUILD_TYPE=Debug \ - -DCMAKE_BUILD_SHARED=ON \ + -DBUILD_SHARED=ON \ -DOPTION_OMP=OFF NO_REGRESS = Yes