diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-29 05:53:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-29 05:53:37 +0000 |
commit | 6466a306c94533181c95dbc78835b9b170d2ec70 (patch) | |
tree | 1fd628caa6c6e2cf854bd00576c45c2273469602 /japanese | |
parent | 8c0f938203beb11d82af54347620d211cbb478a7 (diff) |
Notes
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 3fa4d4823e42..9a9624116054 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 000000000000..15c6856696e9 --- /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" |