- 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
This commit is contained in:
parent
1c4e3e458a
commit
186524b194
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151730
4 changed files with 24 additions and 12 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue