diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-11-21 20:57:35 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-11-21 20:57:35 +0000 |
commit | 0c556a7e4a3a16fd15e374e5b5945dbc5c7b60eb (patch) | |
tree | ea491cdd734bf8c04491ccbec71e97b6fe047391 /japanese/w3m-ssl/Makefile | |
parent | fecf0e1ad19175e80663296436b3abe7a135931d (diff) | |
download | ports-0c556a7e4a3a16fd15e374e5b5945dbc5c7b60eb.tar.gz ports-0c556a7e4a3a16fd15e374e5b5945dbc5c7b60eb.zip |
This is the w3m port which is enabled Japanese and SSL support.
PR: ports/14694
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Notes
Notes:
svn path=/head/; revision=23249
Diffstat (limited to 'japanese/w3m-ssl/Makefile')
-rw-r--r-- | japanese/w3m-ssl/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/japanese/w3m-ssl/Makefile b/japanese/w3m-ssl/Makefile new file mode 100644 index 000000000000..47ccc8e65480 --- /dev/null +++ b/japanese/w3m-ssl/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: ja-w3m-ssl +# Version required: 991028-2 +# Date Created: 12 Oct 1999 +# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com> +# +# $FreeBSD$ +# + +PKGNAME= ja-w3m-ssl-${W3M_VER} +CATEGORIES= japanese www + +MASTERDIR= ${.CURDIR}/../../www/w3m +PKGDIR= ${.CURDIR}/pkg +PLIST= ${MASTERDIR}/pkg/PLIST.ja + +JAPANESE= Yes +USE_SSL= Yes + +.include "${MASTERDIR}/Makefile" |