diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-13 16:36:07 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-13 16:36:07 +0000 |
commit | ff427b77ea7118dbcf39d9fe583a361f4d4021a0 (patch) | |
tree | 5a3ea6feae11437282cc794d1821c19465bbd1c5 /japanese | |
parent | 3bc80b50ef4836b02127f25270d4d751a165a649 (diff) | |
download | FreeBSD-ports-ff427b77ea7118dbcf39d9fe583a361f4d4021a0.zip FreeBSD-ports-ff427b77ea7118dbcf39d9fe583a361f4d4021a0.tar.gz |
Add ja-gaim, a slave port to net/gaim that provides Japanese character
support.
Submitted by: Takahiro Morishita <morishita@skywing.org>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/gaim/Makefile | 19 | ||||
-rw-r--r-- | japanese/gaim/distinfo | 2 |
2 files changed, 21 insertions, 0 deletions
diff --git a/japanese/gaim/Makefile b/japanese/gaim/Makefile new file mode 100644 index 0000000..ad7eebf --- /dev/null +++ b/japanese/gaim/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: ja-gaim +# Date created: 13 October 2003 +# Whom: Takahiro Morishita <morishita@skywing.org> +# +# $FreeBSD$ +# + +CATEGORIES= japanese net + +PATCH_SITES= http://www.cc.rim.or.jp/~yaz/ +PATCHFILES= gaim-0.71_jp.patch.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= morishita@skywing.org + +MASTERDIR= ${.CURDIR}/../../net/gaim +MD5_FILE= ${.CURDIR}/distinfo + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/gaim/distinfo b/japanese/gaim/distinfo new file mode 100644 index 0000000..bc3529a --- /dev/null +++ b/japanese/gaim/distinfo @@ -0,0 +1,2 @@ +MD5 (gaim-0.71.tar.bz2) = 89d1aeabdfcb16df479031b08ad5fb99 +MD5 (gaim-0.71_jp.patch.gz) = 3eac380f9eb1830ab9cbb410acc36f24 |