diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-11 20:30:15 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-11 20:30:15 +0800 |
commit | bef604d954aeb91a5a94036bbe4d8941e5c7d302 (patch) | |
tree | 93ba77ac449f94bdafd20fa39a7f71440488df20 /www/w3m-m17n/Makefile | |
parent | 88a5d23ac6b44862a7298823332a6cc7cabffd19 (diff) | |
download | freebsd-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/Makefile | 18 |
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" |