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

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

Revision 1.1, Fri Jan 31 19:59:24 2014 UTC (10 years, 3 months ago) by kirby
Branch: MAIN

Initial revision

# $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 =		???	URL

MAINTAINER =		Kirill Bychkov <kirby@openbsd.org>

# 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

.include <bsd.port.mk>