head	1.6;
access;
symbols
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2004.01.12.03.17.20;	author nobutaka;	state dead;
branches;
next	1.5;

1.5
date	2002.11.17.14.31.34;	author nobutaka;	state Exp;
branches;
next	1.4;

1.4
date	2002.02.03.03.02.27;	author nobutaka;	state Exp;
branches;
next	1.3;

1.3
date	2002.02.02.03.48.29;	author nobutaka;	state Exp;
branches;
next	1.2;

1.2
date	2002.01.06.08.23.02;	author nobutaka;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.11.12.24.04;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Update to 2004-01-11 snapshot of w3m 0.4.2.
Make portlint happy.
@
text
@#!/bin/sh

echo "# Configuration at ${HOSTNAME}" > ${WRKSRC}/config.param
echo ftppass_hostnamegen=y >> ${WRKSRC}/config.param
echo use_nntp=y >> ${WRKSRC}/config.param
echo use_ansi_color=y >> ${WRKSRC}/config.param
echo dmodel=5 >> ${WRKSRC}/config.param
echo use_ssl_verify=y >> ${WRKSRC}/config.param
echo ded=/usr/bin/vi >> ${WRKSRC}/config.param
echo dmail=/usr/bin/mail >> ${WRKSRC}/config.param
echo dbrowser=${LOCALBASE}/bin/netscape >> ${WRKSRC}/config.param
echo dcc=${CC} >> ${WRKSRC}/config.param
echo emacs_like_lineedit=y >> ${WRKSRC}/config.param
echo use_bundled_gclib=n >> ${WRKSRC}/config.param

if [ -n "${USE_OPENSSL}" ] ; then
    echo dcflags="\"${SSL_CFLAGS} -I${LOCALBASE}/include\"" >> ${WRKSRC}/config.param
    echo dldflags="\"${SSL_LIBS} ${EXTRA_SSL_LIBS} -L${LOCALBASE}/lib\"" >> ${WRKSRC}/config.param
else
    echo dcflags=-I${LOCALBASE}/include >> ${WRKSRC}/config.param
    echo dldflags=-L${LOCALBASE}/lib >> ${WRKSRC}/config.param
fi

if [ -n "${JAPANESE}" ] ; then
    echo lang=JA >> ${WRKSRC}/config.param
    echo use_migemo=y >> ${WRKSRC}/config.param
else
    echo lang=EN >> ${WRKSRC}/config.param
    echo use_migemo=n >> ${WRKSRC}/config.param
fi

if [ -n "${INLINE_IMAGE}" ] ; then
    echo use_image=y >> ${WRKSRC}/config.param
    echo use_w3mimg_x11=y >> ${WRKSRC}/config.param
fi

if [ -n "${M17N}" ] ; then
    echo charset=UTF-8 >> ${WRKSRC}/config.param
else
    echo display_code=E >> ${WRKSRC}/config.param
fi
@


1.5
log
@Update www/w3m to 0.3.2 and www/w3m-m17n to 0.3.2+20021116.
@
text
@@


1.4
log
@Allow coexistence of M17N and INLINE_IMAGE knob
since w3m-img patch has been merged into the w3m CVS repository
and w3m-0.2.5-m17n-20020202 is based on the source code after the merge.

Now we can use w3m with m17n and inline image support.
@
text
@d34 1
@


1.3
log
@Update www/w3m to 0.2.5, www/w3m-img to 0.2.5+2.2, www/w3m-m17n to 0.2.5+20020202.
@
text
@d16 1
a16 1
if [ "x${USE_OPENSSL}" = "xyes" ] ; then
d24 1
a24 1
if [ "x${JAPANESE}" = "xYes" ] ; then
d32 1
a32 1
if [ "x${INLINE_IMAGE}" = "xyes" ] ; then
d36 1
a36 1
if [ "x${M17N}" = "xyes" ] ; then
@


1.2
log
@Update www/w3m to 0.2.3.2, www/w3m-img to 0.2.3.2+1.17 and
www/w3m-m17n to 0.2.3.2+20011230.
@
text
@d26 1
d29 1
@


1.1
log
@Update to 0.2.1-inu-1.4 and www/w3m-img port to 0.2.1-inu-1.4-img-1.11

PR:		31124
Submitted by:	MAINTAINER
@
text
@a3 5
echo prefix=${PREFIX} >> ${WRKSRC}/config.param
echo def_bindir=${PREFIX}/bin >> ${WRKSRC}/config.param
echo def_libdir=${PREFIX}/libexec/w3m >> ${WRKSRC}/config.param
echo def_helpdir=${PREFIX}/share/doc/w3m >> ${WRKSRC}/config.param
echo def_helpdir_ja=${PREFIX}/share/doc/ja/w3m >> ${WRKSRC}/config.param
a4 1
echo show_params=y >> ${WRKSRC}/config.param
d6 1
a6 1
echo ansi_color=y >> ${WRKSRC}/config.param
d11 4
a14 2
echo dbrowser=${PREFIX}/bin/netscape >> ${WRKSRC}/config.param
echo dcc=/usr/bin/cc >> ${WRKSRC}/config.param
d25 1
a25 1
    echo pref_lang=1 >> ${WRKSRC}/config.param
d27 1
a27 1
    echo pref_lang=2 >> ${WRKSRC}/config.param
a34 1
    echo suffix=  >> ${WRKSRC}/config.param
d37 1
a37 1
    echo def_dcode=E >> ${WRKSRC}/config.param
@

