1998-02-18 10:36:14 -05:00
|
|
|
# New ports collection makefile for: imlib
|
1999-10-29 06:50:54 -04:00
|
|
|
# Version required: 1.9.8
|
1998-02-18 10:36:14 -05:00
|
|
|
# Date created: 10 June 1997
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
1997-06-03 19:39:10 -04:00
|
|
|
#
|
1999-08-25 02:16:32 -04:00
|
|
|
# $FreeBSD$
|
1997-06-03 19:39:10 -04:00
|
|
|
#
|
|
|
|
|
1999-10-29 06:50:54 -04:00
|
|
|
DISTNAME= imlib-1.9.8
|
1997-06-03 19:39:10 -04:00
|
|
|
CATEGORIES= graphics
|
1999-12-04 14:08:13 -05:00
|
|
|
MASTER_SITES= ftp://ftp.enlightenment.org/enlightenment/enlightenment/libs/
|
1997-06-03 19:39:10 -04:00
|
|
|
|
1999-08-31 02:53:31 -04:00
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
1997-06-03 19:39:10 -04:00
|
|
|
|
1999-01-23 02:05:35 -05:00
|
|
|
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
|
1998-09-15 07:46:15 -04:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
1999-09-07 06:45:31 -04:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
1999-09-17 23:12:11 -04:00
|
|
|
gif.5:${PORTSDIR}/graphics/giflib \
|
1999-05-29 00:02:00 -04:00
|
|
|
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1997-09-18 23:45:57 -04:00
|
|
|
|
1997-06-03 19:39:10 -04:00
|
|
|
USE_GMAKE= yes
|
1998-08-05 05:31:52 -04:00
|
|
|
USE_X_PREFIX= yes
|
1999-05-29 00:02:00 -04:00
|
|
|
USE_LIBTOOL= yes
|
1999-03-08 20:13:40 -05:00
|
|
|
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib
|
1999-06-06 11:53:09 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \
|
1999-05-29 00:02:00 -04:00
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
1999-01-21 15:00:49 -05:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1997-06-03 19:39:10 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|