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

Annotation of ports/graphics/smartdeblur/Makefile, Revision 1.1

1.1     ! kirby       1: # $OpenBSD: Makefile.template,v 1.68 2013/10/02 07:34:45 ajacoutot Exp $
        !             2:
        !             3: COMMENT =              restoration of defocused and blurred photos/images
        !             4:
        !             5: DISTNAME =             smartdeblur-1.27
        !             6:
        !             7: CATEGORIES =           graphics
        !             8:
        !             9: #HOMEPAGE =            ???     URL
        !            10:
        !            11: MAINTAINER =           Kirill Bychkov <kirby@openbsd.org>
        !            12:
        !            13: # GPLv3
        !            14: PERMIT_PACKAGE_CDROM = Yes
        !            15:
        !            16: WANTLIB += Qt3Support QtGui QtNetwork QtSql QtWebKit QtXml QtXmlPatterns
        !            17: WANTLIB += c fftw3 fftw3_threads m pthread stdc++
        !            18:
        !            19: MASTER_SITES =         http://www.linklevel.net/distfiles/
        !            20:
        !            21: MODULES =              devel/cmake \
        !            22:                        x11/qt4
        !            23: LIB_DEPENDS =          math/fftw3
        !            24:
        !            25: CONFIGURE_ARGS +=      -DUSE_SYSTEM_FFTW=ON
        !            26:
        !            27: NO_TEST =              Yes
        !            28:
        !            29: .include <bsd.port.mk>

CVSweb