diff options
author | taca <taca> | 2002-11-23 16:56:02 +0000 |
---|---|---|
committer | taca <taca> | 2002-11-23 16:56:02 +0000 |
commit | 2bde2ce4a3081f83c99b4b2692597e8288b46e78 (patch) | |
tree | 743847d261239747a2a056e3889b9e891aabfe12 /editors/tamago/Makefile | |
parent | f70c98b4cd318230a7dd3bfdb6a73bc927688934 (diff) | |
download | pkgsrc-2bde2ce4a3081f83c99b4b2692597e8288b46e78.tar.gz |
Update tamago to 2002/9/9 version from CVS.
- Use last updated date for pacakge version.
- Utilize emacs.mk.
Now build problem on emacs 20.X was fixed.
2002-09-09 NIIBE Yutaka <gniibe@m17n.org>
Check JIS x0213 support at compile time.
* check-jisx0213.el: New file.
* configure.in: Check if JIS X0213 is supported or not.
* Makefile.in (TOPSRCS): Remove egg-x0213.el.
(DEPS): Don't load jisx0213.el.
(ITSSRCS): Removed its/aynu.el.
(AYNU): New variable.
Bug fix.
* its/thai.el (its-thai-add-vowel, its-thai-add-tone): Bug fixes.
Just call compose-string.
Diffstat (limited to 'editors/tamago/Makefile')
-rw-r--r-- | editors/tamago/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 3b1c4e1dee8..35f946fc360 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.5 2002/09/04 14:42:41 taca Exp $ +# $NetBSD: Makefile,v 1.6 2002/11/23 16:56:02 taca Exp $ DISTNAME= tamago-4.0.6 -PKGREVISION= 1 +PKGNAME= tamago-20020909 CATEGORIES= editors MASTER_SITES= ftp://www.m17n.org/pub/tamago/ MAINTAINER= tech-pkg-ja@jp.netbsd.org HOMEPAGE= http://www.m17n.org/tamago/ -COMMENT= CJK characters inputting system for emacs-20+leim - -DEPENDS+= emacs>=20.2:../../editors/emacs -DEPENDS+= leim>=20.2:../../editors/leim +COMMENT= CJK characters inputting system for emacs + leim GNU_CONFIGURE= yes +# XXX please someone adjust paths and PLIST for XEmacs... +EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 +.include "../../mk/emacs.mk" .include "../../mk/bsd.pkg.mk" |