diff options
author | petef <petef@FreeBSD.org> | 2003-05-19 07:31:11 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-19 07:31:11 +0800 |
commit | 2bfcbefb32de33f8cf20c1f32f17621309300fa2 (patch) | |
tree | 74679b2bbc282b48f2b2520de8257cb011aa82e0 /www/dillo-i18n | |
parent | a40bc2f10dede82e8de47e3bd6f231b2985192b8 (diff) | |
download | freebsd-ports-gnome-2bfcbefb32de33f8cf20c1f32f17621309300fa2.tar.gz freebsd-ports-gnome-2bfcbefb32de33f8cf20c1f32f17621309300fa2.tar.zst freebsd-ports-gnome-2bfcbefb32de33f8cf20c1f32f17621309300fa2.zip |
- update to 0.7.2
- PERL -> REINPLACE_CMD
PR: 51705
Submitted by: Ports Fury
Diffstat (limited to 'www/dillo-i18n')
-rw-r--r-- | www/dillo-i18n/Makefile | 29 | ||||
-rw-r--r-- | www/dillo-i18n/distinfo | 2 |
2 files changed, 13 insertions, 18 deletions
diff --git a/www/dillo-i18n/Makefile b/www/dillo-i18n/Makefile index 84d51fd7f4db..129db937fc62 100644 --- a/www/dillo-i18n/Makefile +++ b/www/dillo-i18n/Makefile @@ -6,34 +6,29 @@ # PORTNAME= dillo -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= www MASTER_SITES= http://dillo.auriga.wearlab.de/download/ -# hack to account for the bugfix version number -DISTNAME= ${PORTNAME}-${PORTVERSION}.2 MAINTAINER= ports@FreeBSD.org COMMENT= A fast, small graphical Web browser built upon GTK+ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - intl.4:${PORTSDIR}/devel/gettext - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + png.5:${PORTSDIR}/graphics/png +USE_BZIP2= yes USE_GNOME= gtk12 -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include" \ - --libdir="${LOCALBASE}/lib" \ - --with-jpeg-inc="${LOCALBASE}/include" -CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" +USE_REINPLACE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" post-patch: - ${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 + @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \ + s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|dillorc|dillorc.sample|g' ${WRKSRC}/Makefile.in + @${CP} ${WRKSRC}/dillorc ${WRKSRC}/dillorc.sample .include <bsd.port.mk> diff --git a/www/dillo-i18n/distinfo b/www/dillo-i18n/distinfo index 74c070a2c7ba..a11083312ecc 100644 --- a/www/dillo-i18n/distinfo +++ b/www/dillo-i18n/distinfo @@ -1 +1 @@ -MD5 (dillo-0.7.1.2.tar.gz) = b6b340d30657e51a48dc32f926be45c0 +MD5 (dillo-0.7.2.tar.bz2) = 8072ff85bde54f9e421ddadd642d6722 |