2001-02-26 11:36:27 +01:00
|
|
|
# New ports collection makefile for: dillo
|
|
|
|
# Date created: 23 February 2001
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dillo
|
2002-06-04 00:54:28 +02:00
|
|
|
PORTVERSION= 0.6.6
|
2001-02-26 11:36:27 +01:00
|
|
|
CATEGORIES= www
|
2003-01-04 15:14:43 +01:00
|
|
|
MASTER_SITES= http://dillo.auriga.wearlab.de/download/ \
|
2002-04-06 17:01:23 +02:00
|
|
|
ftp://ftp.nuug.no/pub/anders/distfiles/
|
2001-02-26 11:36:27 +01:00
|
|
|
|
2002-12-16 00:03:07 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A fast, small graphical Web browser built upon GTK+
|
2001-02-26 11:36:27 +01:00
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2001-09-11 04:38:25 +02:00
|
|
|
png.5:${PORTSDIR}/graphics/png \
|
2002-08-01 18:22:41 +02:00
|
|
|
intl.4:${PORTSDIR}/devel/gettext
|
2001-02-26 11:36:27 +01:00
|
|
|
|
2002-09-01 17:31:33 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gtk12
|
2001-02-26 11:36:27 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-03-23 15:33:57 +01:00
|
|
|
CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include" \
|
|
|
|
--libdir="${LOCALBASE}/lib" \
|
|
|
|
--with-jpeg-inc="${LOCALBASE}/include"
|
2002-05-02 02:09:37 +02:00
|
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
|
2001-02-26 11:36:27 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2002-03-23 15:33:57 +01:00
|
|
|
post-patch:
|
2002-05-02 02:09:37 +02:00
|
|
|
${PERL} -pi -e "s@-D_REENTRANT -D_THREAD_SAFE@@" ${WRKSRC}/configure
|
|
|
|
${PERL} -pi -e "s@dillorc@dillorc.sample@g" ${WRKSRC}/Makefile.in
|
|
|
|
${MV} ${WRKSRC}/dillorc ${WRKSRC}/dillorc.sample
|
|
|
|
${PERL} -pi -e "s@/usr/local/etc/dillorc@${PREFIX}/etc/dillorc@g" \
|
|
|
|
${WRKSRC}/src/prefs.c
|
2002-03-23 15:33:57 +01:00
|
|
|
|
2001-02-26 11:36:27 +01:00
|
|
|
.include <bsd.port.mk>
|