aboutsummaryrefslogtreecommitdiffstats
path: root/www/w3m-m17n/Makefile
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2013-08-23 00:30:42 +0800
committernobutaka <nobutaka@FreeBSD.org>2013-08-23 00:30:42 +0800
commit7a920021190ae6905e272c47cccb3158c0f94269 (patch)
treef403b032aaf685e857d616d6323f083f9f9e88f1 /www/w3m-m17n/Makefile
parent9f400bd866ea34075255dced8376a2f75896764d (diff)
downloadfreebsd-ports-gnome-7a920021190ae6905e272c47cccb3158c0f94269.tar.gz
freebsd-ports-gnome-7a920021190ae6905e272c47cccb3158c0f94269.tar.zst
freebsd-ports-gnome-7a920021190ae6905e272c47cccb3158c0f94269.zip
- Make slave ports of www/w3m work as are before master port is
OptionsNG-fied. - Convert makefile header to new format. - Remove shlib version from LIB_DEPENDS. - Remove M17N option and make m17n feature always on. It is because configure script enables m17n feature by default and there is no practical advantage of disabling it. - Remove www/w3m-m17n and www/w3m-m17-img because they are now identical with www/w3m and www/w3m-img. - Add entry of removed ports to MOVED. - Update CONFLICTS. - Adjust dependency of www/emacs-w3m. - Bump PORTREVISON of w3m ports and www/emacs-w3m. PR: ports/178189 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Diffstat (limited to 'www/w3m-m17n/Makefile')
-rw-r--r--www/w3m-m17n/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/w3m-m17n/Makefile b/www/w3m-m17n/Makefile
deleted file mode 100644
index eb3150c7f4e1..000000000000
--- a/www/w3m-m17n/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: w3m-m17n
-# Date Created: 08 October 2001
-# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= -m17n
-
-MAINTAINER= nobutaka@FreeBSD.org
-COMMENT= A pager/text-based WWW browser with multilingualization support
-
-MASTERDIR= ${.CURDIR}/../w3m
-PKGDIR= ${.CURDIR}
-PLIST= ${MASTERDIR}/pkg-plist
-
-WITH_M17N= yes
-CONFLICTS= ja-w3m-0.5.* ja-w3m-img-0.5.* w3m-0.5.* w3m-img-0.5.* w3m-m17n-img-0.5.*
-
-.include "${MASTERDIR}/Makefile"