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