summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/Makefile
blob: 68a59b673936eca25ec400476a9a7a99fa09218e (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
# $NetBSD: Makefile,v 1.3 2000/06/01 11:23:28 rh Exp $
#

DISTNAME=	gdk-pixbuf-0.8.0
CATEGORIES=	graphics devel
MASTER_SITES=	${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/}

MAINTAINER=	packages@netbsd.org
HOMEPAGE=	http://www.gnome.org/

DEPENDS+=	gnome-libs>=1.0.53:../../x11/gnome-libs

GNU_CONFIGURE=	YES
#our pkglibtool can't add a library to a library
#USE_PKGLIBTOOL=	YES
USE_X11BASE=	YES
USE_GMAKE=	yes

CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib"
CONFIGURE_ENV+=	LOCALBASE="${LOCALBASE}"
CONFIGURE_ENV+=	X11BASE="${X11BASE}"
LDFLAGS+=	"-L${LOCALBASE}/lib"

LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig

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