[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / graphics / smartdeblur

Diff for /ports/graphics/smartdeblur/Makefile between version 1.1 and 1.4

version 1.1, 2014/01/31 19:59:24 version 1.4, 2021/04/18 10:51:58
Line 2 
Line 2 
   
 COMMENT =               restoration of defocused and blurred photos/images  COMMENT =               restoration of defocused and blurred photos/images
   
   # XXX released in 2012
 DISTNAME =              smartdeblur-1.27  DISTNAME =              smartdeblur-1.27
   
 CATEGORIES =            graphics  CATEGORIES =            graphics
   
 #HOMEPAGE =             ???     URL  HOMEPAGE =              http://yuzhikov.com/projects.html
   
 MAINTAINER =            Kirill Bychkov <kirby@openbsd.org>  MAINTAINER =            Kirill Bychkov <kirby@openbsd.org>
   
 # GPLv3  # GPLv3
 PERMIT_PACKAGE_CDROM =  Yes  PERMIT_PACKAGE =        Yes
   
 WANTLIB += Qt3Support QtGui QtNetwork QtSql QtWebKit QtXml QtXmlPatterns  WANTLIB += Qt3Support QtGui QtNetwork QtSql QtWebKit QtXml QtXmlPatterns
 WANTLIB += c fftw3 fftw3_threads m pthread stdc++  WANTLIB += c fftw3 fftw3_threads m pthread stdc++
Line 25 
Line 26 
 CONFIGURE_ARGS +=       -DUSE_SYSTEM_FFTW=ON  CONFIGURE_ARGS +=       -DUSE_SYSTEM_FFTW=ON
   
 NO_TEST =               Yes  NO_TEST =               Yes
   
   do-install:
           ${INSTALL_PROGRAM} ${WRKBUILD}/SmartDeblur ${PREFIX}/bin/smartdeblur
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

CVSweb