=================================================================== RCS file: /cvs/ports/graphics/smartdeblur/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.4 diff -u -r1.1.1.1 -r1.4 --- ports/graphics/smartdeblur/Makefile 2014/01/31 19:59:24 1.1.1.1 +++ ports/graphics/smartdeblur/Makefile 2021/04/18 10:51:58 1.4 @@ -1,17 +1,18 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2014/01/31 19:59:24 kirby Exp $ +# $OpenBSD: Makefile,v 1.4 2021/04/18 10:51:58 kirby Exp $ COMMENT = restoration of defocused and blurred photos/images +# XXX released in 2012 DISTNAME = smartdeblur-1.27 CATEGORIES = graphics -#HOMEPAGE = ??? URL +HOMEPAGE = http://yuzhikov.com/projects.html MAINTAINER = Kirill Bychkov # GPLv3 -PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE = Yes WANTLIB += Qt3Support QtGui QtNetwork QtSql QtWebKit QtXml QtXmlPatterns WANTLIB += c fftw3 fftw3_threads m pthread stdc++ @@ -25,5 +26,8 @@ CONFIGURE_ARGS += -DUSE_SYSTEM_FFTW=ON NO_TEST = Yes + +do-install: + ${INSTALL_PROGRAM} ${WRKBUILD}/SmartDeblur ${PREFIX}/bin/smartdeblur .include