diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-12-21 09:57:08 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-12-21 09:57:08 +0000 |
commit | 186524b1948d137f060d62686ce8ba79edb98dc9 (patch) | |
tree | 334694ecfc7015b9fb1624ff9f1eb28abb271325 /www/dillo2 | |
parent | 1c4e3e458ae9690602d057206a0e7c4844915a3e (diff) | |
download | ports-186524b1948d137f060d62686ce8ba79edb98dc9.tar.gz ports-186524b1948d137f060d62686ce8ba79edb98dc9.zip |
Notes
Diffstat (limited to 'www/dillo2')
-rw-r--r-- | www/dillo2/Makefile | 17 | ||||
-rw-r--r-- | www/dillo2/distinfo | 1 |
2 files changed, 12 insertions, 6 deletions
diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile index 03cf2cdaee88..ecb68c25e2a4 100644 --- a/www/dillo2/Makefile +++ b/www/dillo2/Makefile @@ -10,14 +10,14 @@ PORTNAME= dillo PORTVERSION= 0.8.5 -CATEGORIES= www +CATEGORIES= www ipv6 MASTER_SITES= http://www.dillo.org/download/ -MAINTAINER= tmseck@netcologne.de -COMMENT= A fast, small graphical Web browser built upon GTK+ +MAINTAINER?= tmseck@netcologne.de +COMMENT?= A fast, small graphical Web browser built upon GTK+ -RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ +RUN_DEPENDS+= wget:${PORTSDIR}/ftp/wget +LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes @@ -27,7 +27,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-ipv6 --libdir=${PREFIX}/libexec +CONFIGURE_ARGS+= --enable-ipv6 --libdir=${PREFIX}/libexec .if defined(WITH_DILLO_SSL) CONFIGURE_ARGS+= --enable-ssl @@ -36,12 +36,16 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --disable-ssl .endif +CONFLICTS?= dillo-i18n-*[0-9]* + post-patch: @${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 +# let a slave port redefine this target if it needs to: +.if !target(pre-configure) pre-configure: .if !defined(WITH_DILLO_SSL) @${ECHO_CMD} "" @@ -50,5 +54,6 @@ pre-configure: @${ECHO_CMD} " commandline." @${ECHO_CMD} "" .endif +.endif .include <bsd.port.mk> diff --git a/www/dillo2/distinfo b/www/dillo2/distinfo index 2c13a978ce72..acee1cd7ab14 100644 --- a/www/dillo2/distinfo +++ b/www/dillo2/distinfo @@ -1,2 +1,3 @@ MD5 (dillo-0.8.5.tar.bz2) = d0ab7fa1d40b310deb891388604188f8 +SHA256 (dillo-0.8.5.tar.bz2) = 980ccd8e0c0a85e37478e33b5f4f59d2cfda5c16d30af3acad259626d387cd1a SIZE (dillo-0.8.5.tar.bz2) = 424795 |