diff options
author | garga <garga@FreeBSD.org> | 2005-12-21 17:57:08 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-12-21 17:57:08 +0800 |
commit | b1824dd2711d1c75337a495fbe9576339dd4b7d7 (patch) | |
tree | 41a8134906a653d2495f5fff18650b7af926c1df /www/dillo2 | |
parent | 4eac3d1765eba84d6816246d70fef2076e74ebbd (diff) | |
download | freebsd-ports-gnome-b1824dd2711d1c75337a495fbe9576339dd4b7d7.tar.gz freebsd-ports-gnome-b1824dd2711d1c75337a495fbe9576339dd4b7d7.tar.zst freebsd-ports-gnome-b1824dd2711d1c75337a495fbe9576339dd4b7d7.zip |
- Prepare the port to be a master port for the upcoming www/dillo-i18n
- Add it to the ipv6 category.
PR: ports/90732
Submitted by: maintainer
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 |