2000-02-09 21:20:52 +01:00
|
|
|
# $NetBSD: Makefile,v 1.30 2000/02/09 20:20:54 tron Exp $
|
1998-09-04 15:13:16 +02:00
|
|
|
#
|
|
|
|
|
1999-10-28 02:23:08 +02:00
|
|
|
DISTNAME= imlib-1.9.8
|
1998-09-04 15:13:16 +02:00
|
|
|
CATEGORIES= graphics
|
1999-10-28 02:23:08 +02:00
|
|
|
MASTER_SITES= ftp://ftp.enlightenment.org/pub/e/enlightenment/libs/ \
|
|
|
|
${MASTER_SITE_GNOME:=sources/imlib/}
|
1998-09-04 15:13:16 +02:00
|
|
|
|
1999-10-24 18:49:31 +02:00
|
|
|
MAINTAINER= tron@netbsd.org
|
1998-09-04 15:13:16 +02:00
|
|
|
HOMEPAGE= http://www.labs.redhat.com/imlib/
|
|
|
|
|
1999-10-09 22:12:10 +02:00
|
|
|
DEPENDS+= gtk+-1.2.*:../../x11/gtk
|
|
|
|
DEPENDS+= libungif-*:../../graphics/libungif
|
1999-03-06 00:46:19 +01:00
|
|
|
DEPENDS+= jpeg-6b:../../graphics/jpeg
|
1999-10-09 22:12:10 +02:00
|
|
|
DEPENDS+= netpbm-*:../../graphics/netpbm
|
2000-02-09 21:20:52 +01:00
|
|
|
DEPENDS+= png>=1.0.3:../../graphics/png
|
1999-10-08 23:12:47 +02:00
|
|
|
DEPENDS+= tiff-*:../../graphics/tiff
|
1998-09-04 15:13:16 +02:00
|
|
|
|
1999-01-31 00:18:44 +01:00
|
|
|
USE_X11BASE= yes
|
1998-09-04 15:13:16 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1999-10-09 22:12:10 +02:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
1998-09-04 15:13:16 +02:00
|
|
|
|
1999-10-28 02:23:08 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
|
|
CPPFLAGS+= -DENABLE_NLS
|
|
|
|
.endif
|
|
|
|
|
1999-10-09 22:12:10 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
1998-09-04 15:13:16 +02:00
|
|
|
|
1999-10-09 22:12:10 +02:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/imlib
|
|
|
|
cd ${WRKSRC}/doc; ${INSTALL_DATA} *.gif *.html \
|
|
|
|
${PREFIX}/share/doc/imlib
|
1999-09-05 15:41:14 +02:00
|
|
|
|
1999-10-09 22:12:10 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|