# $OpenBSD: Makefile.template,v 1.68 2013/10/02 07:34:45 ajacoutot Exp $ COMMENT = restoration of defocused and blurred photos/images DISTNAME = smartdeblur-1.27 CATEGORIES = graphics HOMEPAGE = http://yuzhikov.com/projects.html MAINTAINER = Kirill Bychkov # GPLv3 PERMIT_PACKAGE_CDROM = Yes WANTLIB += Qt3Support QtGui QtNetwork QtSql QtWebKit QtXml QtXmlPatterns WANTLIB += c fftw3 fftw3_threads m pthread stdc++ MASTER_SITES = http://www.linklevel.net/distfiles/ MODULES = devel/cmake \ x11/qt4 LIB_DEPENDS = math/fftw3 CONFIGURE_ARGS += -DUSE_SYSTEM_FFTW=ON NO_TEST = Yes do-install: ${INSTALL_PROGRAM} ${WRKBUILD}/SmartDeblur ${PREFIX}/bin/smartdeblur .include