diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-29 05:53:37 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-29 05:53:37 +0000 |
commit | adceb677ec863015049c5e637a13d1b07162f1bf (patch) | |
tree | 43095fab4b6eabfa149428ee748084f938275422 /japanese | |
parent | 92e8aacb833416cc5fc018378195f447d77e7163 (diff) | |
download | FreeBSD-ports-adceb677ec863015049c5e637a13d1b07162f1bf.zip FreeBSD-ports-adceb677ec863015049c5e637a13d1b07162f1bf.tar.gz |
New Port: japanese/xlockmore - Xlockmore which supports the Japanese language.
(configure args --enable-use_mb and --with-lang=ja)
PR: ports/59664
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/xlockmore/Makefile | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 3fa4d48..9a96241 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -417,6 +417,7 @@ SUBDIR += xjman SUBDIR += xjman-3 SUBDIR += xjtext + SUBDIR += xlockmore SUBDIR += xmsgsaver SUBDIR += xpdf SUBDIR += xshodo diff --git a/japanese/xlockmore/Makefile b/japanese/xlockmore/Makefile new file mode 100644 index 0000000..15c6856 --- /dev/null +++ b/japanese/xlockmore/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: ja-xlockmore +# Date created: 25 Nov 2003 +# Whom: umeno@rr.iij4u.or.jp +# +# $FreeBSD$ +# + +CATEGORIES= japanese x11 + +MAINTAINER= umeno@rr.iij4u.or.jp + +MASTERDIR= ${.CURDIR}/../../x11/xlockmore + +WITH_MB= yes +XLOCKMORE_LANG= ja + +.include "${MASTERDIR}/Makefile" |