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

File: [local] / ports / graphics / smartdeblur / Makefile (download)

Revision 1.4, Sun Apr 18 10:51:58 2021 UTC (3 years ago) by kirby
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -0 lines

add comment about how old this software is

# $OpenBSD: Makefile.template,v 1.68 2013/10/02 07:34:45 ajacoutot Exp $

COMMENT =		restoration of defocused and blurred photos/images

# XXX released in 2012
DISTNAME =		smartdeblur-1.27

CATEGORIES =		graphics

HOMEPAGE =		http://yuzhikov.com/projects.html

MAINTAINER =		Kirill Bychkov <kirby@openbsd.org>

# GPLv3
PERMIT_PACKAGE =	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 <bsd.port.mk>