summaryrefslogtreecommitdiff
path: root/x11/fox/Makefile
blob: d3b4c067bc1b2b323de3055b086939f964475ffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile,v 1.24 2005/06/01 18:03:28 jlam Exp $
#

DISTNAME=	fox-1.0.43
PKGREVISION=	6
CATEGORIES=	x11
MASTER_SITES=	http://www.fox-toolkit.org/ftp/

MAINTAINER=	sakamoto@NetBSD.org
HOMEPAGE=	http://www.fox-toolkit.org/
COMMENT=	Fast and extensive C++ GUI toolkit

USE_LIBTOOL=	# defined
GNU_CONFIGURE=	# defined
USE_LANGUAGES=	c c++

CONFIGURE_ARGS+=	--with-opengl=mesa
CONFIGURE_ARGS+=	--with-x
CONFIGURE_ARGS+=	--with-shm=yes
CONFIGURE_ARGS+=	--enable-release

.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"