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

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

Revision 1.3, Thu Aug 1 13:10:16 2019 UTC (4 years, 9 months ago) by kirby
Branch: MAIN
Changes since 1.2: +1 -1 lines

cleanup

# $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 <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>