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

Annotation of ports/graphics/smartdeblur/Makefile, Revision 1.4

1.1       kirby       1: # $OpenBSD: Makefile.template,v 1.68 2013/10/02 07:34:45 ajacoutot Exp $
                      2:
                      3: COMMENT =              restoration of defocused and blurred photos/images
                      4:
1.4     ! kirby       5: # XXX released in 2012
1.1       kirby       6: DISTNAME =             smartdeblur-1.27
                      7:
                      8: CATEGORIES =           graphics
                      9:
1.2       kirby      10: HOMEPAGE =             http://yuzhikov.com/projects.html
1.1       kirby      11:
                     12: MAINTAINER =           Kirill Bychkov <kirby@openbsd.org>
                     13:
                     14: # GPLv3
1.3       kirby      15: PERMIT_PACKAGE =       Yes
1.1       kirby      16:
                     17: WANTLIB += Qt3Support QtGui QtNetwork QtSql QtWebKit QtXml QtXmlPatterns
                     18: WANTLIB += c fftw3 fftw3_threads m pthread stdc++
                     19:
                     20: MASTER_SITES =         http://www.linklevel.net/distfiles/
                     21:
                     22: MODULES =              devel/cmake \
                     23:                        x11/qt4
                     24: LIB_DEPENDS =          math/fftw3
                     25:
                     26: CONFIGURE_ARGS +=      -DUSE_SYSTEM_FFTW=ON
                     27:
                     28: NO_TEST =              Yes
1.2       kirby      29:
                     30: do-install:
                     31:        ${INSTALL_PROGRAM} ${WRKBUILD}/SmartDeblur ${PREFIX}/bin/smartdeblur
1.1       kirby      32:
                     33: .include <bsd.port.mk>

CVSweb