summaryrefslogtreecommitdiff
path: root/x11/wxGTK/Makefile
blob: 7eff93612cc3e06a6860ce09f652d8adbe17936c (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
# $NetBSD: Makefile,v 1.3 2000/09/01 02:45:55 dmcmahill Exp $
#

DISTNAME=	wxGTK-2.2.1
CATEGORIES=	x11
MASTER_SITES=	ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/

MAINTAINER=	tsarna@netbsd.org
HOMEPAGE=	http://www.freiburg.linux.de/~wxxt/

DEPENDS+=       gtk+>=1.2.7:../../x11/gtk
DEPENDS+=       jpeg-6b:../../graphics/jpeg
DEPENDS+=       png>=1.0.3:../../graphics/png
DEPENDS+=       tiff>=3.5.2:../../graphics/tiff

WRKSRC=		${WRKDIR}/wxGTK

USE_GMAKE=	yes
USE_LIBTOOL=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=	--with-gtk --with-libjpeg=sys --with-zlib=sys --with-libpng=sys --with-libtiff=sys  --disable-threads
CPPFLAGS+=	-I${LOCALBASE}/include
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}"

.include "../../mk/bsd.pkg.mk"