aboutsummaryrefslogtreecommitdiff
path: root/www/w3m/Makefile
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2003-03-24 15:07:18 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2003-03-24 15:07:18 +0000
commit39f9560e51ae8dba06cee3f2329fc83cb6d8e150 (patch)
tree681c7a5120f79c4d3901c1bfba84bef5e0f0fdd1 /www/w3m/Makefile
parentc3a03942b975e46a151457aec7ef3b56f676cd52 (diff)
downloadports-39f9560e51ae8dba06cee3f2329fc83cb6d8e150.tar.gz
ports-39f9560e51ae8dba06cee3f2329fc83cb6d8e150.zip
Notes
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r--www/w3m/Makefile24
1 files changed, 17 insertions, 7 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index bafe47f26edb..a5a5117a33a7 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -16,9 +16,9 @@ COMMENT?= A pager/text-based WWW browser
LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc
-W3M_VERSION= 0.4
-M17N_VERSION= 20030224
-M17N_BASE_W3M_VERSION= 0.4
+W3M_VERSION= 0.4.1
+M17N_VERSION= 20030308
+M17N_BASE_W3M_VERSION= 0.4.1
HAS_CONFIGURE= yes
USE_REINPLACE= yes
@@ -102,10 +102,20 @@ PKGMESSAGE= ${NONEXISTENT}
pre-everything::
.if defined(M17N)
- @${ECHO_MSG} "====>"
- @${ECHO_MSG} "====> To enable Japanese message and migemo support, define JAPANESE"
- @${ECHO_MSG} "====> To enable inline image support, define INLINE_IMAGE"
- @${ECHO_MSG} "====>"
+ @${ECHO_MSG} "===>"
+ @${ECHO_MSG} "===> You can enable some features by defining following variables."
+ @${ECHO_MSG} "===>"
+.if defined(JAPANESE)
+ @${ECHO_MSG} "===> JAPANESE (Japanese messages and migemo support, enabled)"
+.else
+ @${ECHO_MSG} "===> JAPANESE (Japanese messages and migemo support)"
+.endif
+.if defined(INLINE_IMAGE)
+ @${ECHO_MSG} "===> INLINE_IMAGE (inline image support, enabled)"
+.else
+ @${ECHO_MSG} "===> INLINE_IMAGE (inline image support)"
+.endif
+ @${ECHO_MSG} "===>"
.endif
pre-extract: