update Sat May 15 00:37:00 PDT 2010
[pkgsrc.git] / graphics / enblend-enfuse / Makefile
1 # $NetBSD: Makefile,v 1.6 2010/05/15 05:47:58 adam Exp $
2
3 DISTNAME=       enblend-enfuse-4.0
4 # XXX distribution file has changed; remove the line below on next update
5 DIST_SUBDIR=    ${PKGNAME_NOREV}
6 PKGREVISION=    2
7 CATEGORIES=     graphics
8 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=enblend/}
9
10 MAINTAINER=     pkgsrc-users@NetBSD.org
11 HOMEPAGE=       http://enblend.sourceforge.net/
12 COMMENT=        Combines overlapping images without seams, with good exposure
13
14 LICENSE=        gnu-gpl-v2
15
16 PKG_DESTDIR_SUPPORT=    user-destdir
17
18 WRKSRC=         ${WRKDIR}/${PKGNAME_NOREV}-753b534c819d
19
20 USE_LANGUAGES=          c c++
21 USE_LIBTOOL=            yes
22 USE_TOOLS+=             gmake perl:build pkg-config
23 GNU_CONFIGURE=          yes
24
25 .include "../../mk/bsd.prefs.mk"
26
27 .if ${OPSYS} == "Darwin"
28 CONFIGURE_ARGS+=        --enable-openmp
29 CONFIGURE_ARGS+=        --with-apple-opengl-framework
30 .else
31 CONFIGURE_ARGS+=        --with-x
32 .include "../../graphics/glew/buildlink3.mk"
33 .include "../../graphics/glut/buildlink3.mk"
34 .endif
35
36 .include "../../devel/boost-headers/buildlink3.mk"
37 .include "../../graphics/jpeg/buildlink3.mk"
38 .include "../../graphics/lcms/buildlink3.mk"
39 .include "../../graphics/libxmi/buildlink3.mk"
40 .include "../../graphics/openexr/buildlink3.mk"
41 .include "../../graphics/png/buildlink3.mk"
42 .include "../../graphics/tiff/buildlink3.mk"
43 .include "../../mk/bsd.pkg.mk"