1998-02-18 16:36:14 +01:00
|
|
|
# New ports collection makefile for: imlib
|
|
|
|
# Date created: 10 June 1997
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
1997-06-04 01:39:10 +02:00
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1997-06-04 01:39:10 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= imlib
|
2002-04-04 13:20:35 +02:00
|
|
|
PORTVERSION= 1.9.14
|
2002-05-03 22:53:52 +02:00
|
|
|
PORTREVISION= 1
|
1997-06-04 01:39:10 +02:00
|
|
|
CATEGORIES= graphics
|
2000-06-01 18:10:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/imlib/1.9
|
2002-03-15 08:12:55 +01:00
|
|
|
DIST_SUBDIR= gnome
|
1997-06-04 01:39:10 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
1997-06-04 01:39:10 +02:00
|
|
|
|
2001-09-11 04:22:51 +02:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
1999-09-07 12:45:31 +02:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
2000-10-05 08:36:23 +02:00
|
|
|
ungif.5:${PORTSDIR}/graphics/libungif
|
1997-09-19 05:45:57 +02:00
|
|
|
|
2002-03-15 08:12:55 +01:00
|
|
|
USE_BZIP2= yes
|
1997-06-04 01:39:10 +02:00
|
|
|
USE_GMAKE= yes
|
1998-08-05 11:31:52 +02:00
|
|
|
USE_X_PREFIX= yes
|
2002-07-04 19:19:38 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gtk12
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-08-03 09:23:58 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-12-11 15:50:58 +01:00
|
|
|
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules \
|
|
|
|
--x-includes=${X11BASE}/include \
|
|
|
|
--x-libraries=${X11BASE}/lib
|
2000-02-16 01:56:04 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-01-21 21:00:49 +01:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1997-06-04 01:39:10 +02:00
|
|
|
|
2001-08-03 09:23:58 +02:00
|
|
|
MAN1= imlib-config.1 imlib_config.1
|
|
|
|
|
2000-03-03 21:38:30 +01:00
|
|
|
pre-configure:
|
2002-07-04 19:19:38 +02:00
|
|
|
${REINPLACE_CMD} -e "s^%%LOCALBASE%%^${LOCALBASE}^" ${WRKSRC}/imlib-config.in
|
2000-03-03 21:38:30 +01:00
|
|
|
|
1997-06-04 01:39:10 +02:00
|
|
|
.include <bsd.port.mk>
|