=================================================================== RCS file: /cvs/ports/graphics/smartdeblur/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -r1.1.1.1 -r1.3 --- ports/graphics/smartdeblur/Makefile 2014/01/31 19:59:24 1.1.1.1 +++ ports/graphics/smartdeblur/Makefile 2019/08/01 13:10:16 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2014/01/31 19:59:24 kirby Exp $ +# $OpenBSD: Makefile,v 1.3 2019/08/01 13:10:16 kirby Exp $ COMMENT = restoration of defocused and blurred photos/images @@ -6,12 +6,12 @@ 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 +25,8 @@ CONFIGURE_ARGS += -DUSE_SYSTEM_FFTW=ON NO_TEST = Yes + +do-install: + ${INSTALL_PROGRAM} ${WRKBUILD}/SmartDeblur ${PREFIX}/bin/smartdeblur .include