aboutsummaryrefslogtreecommitdiffstats
path: root/www/w3m-m17n/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-10-11 20:30:15 +0800
committerijliao <ijliao@FreeBSD.org>2001-10-11 20:30:15 +0800
commitbef604d954aeb91a5a94036bbe4d8941e5c7d302 (patch)
tree93ba77ac449f94bdafd20fa39a7f71440488df20 /www/w3m-m17n/Makefile
parent88a5d23ac6b44862a7298823332a6cc7cabffd19 (diff)
downloadfreebsd-ports-gnome-bef604d954aeb91a5a94036bbe4d8941e5c7d302.tar.gz
freebsd-ports-gnome-bef604d954aeb91a5a94036bbe4d8941e5c7d302.tar.zst
freebsd-ports-gnome-bef604d954aeb91a5a94036bbe4d8941e5c7d302.zip
add w3m-m17n
w3m with multilingualization support PR: 31123 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Diffstat (limited to 'www/w3m-m17n/Makefile')
-rw-r--r--www/w3m-m17n/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/w3m-m17n/Makefile b/www/w3m-m17n/Makefile
new file mode 100644
index 000000000000..ea44de20b393
--- /dev/null
+++ b/www/w3m-m17n/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: w3m-m17n
+# Date Created: 08 October 2001
+# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -m17n
+
+CATEGORIES= www
+
+MASTERDIR= ${.CURDIR}/../../www/w3m
+PKGDIR= ${.CURDIR}
+PLIST= ${MASTERDIR}/pkg-plist
+
+M17N= yes
+
+.include "${MASTERDIR}/Makefile"