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

Diff for /ports/graphics/smartdeblur/Makefile between version 1.1.1.1 and 1.3

version 1.1.1.1, 2014/01/31 19:59:24 version 1.3, 2019/08/01 13:10:16
Line 6 
Line 6 
   
 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 25 
 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.1.1  
changed lines
  Added in v.1.3

CVSweb