blob: 7824d4b20c603efea4f55210860a8d25860d08e1 (
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
29
30
|
# $NetBSD: Makefile,v 1.24 1999/09/05 13:41:14 mrg Exp $
#
DISTNAME= imlib-1.9.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0/sources/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.labs.redhat.com/imlib/
DEPENDS+= gtk+-1.2.4:../../x11/gtk
DEPENDS+= giflib-3.0:../../graphics/giflib
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= netpbm-19940301:../../graphics/netpbm
DEPENDS+= png-1.0.3:../../graphics/png
DEPENDS+= tiff-3.4:../../graphics/tiff
USE_X11BASE= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib'
.include "../../mk/bsd.pkg.mk"
.if !defined(USE_LOCALBASE_FOR_X11)
CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE}
.endif
|