2006-02-06 00:08:03 +01:00
|
|
|
# $NetBSD: Makefile,v 1.11 2006/02/05 23:09:43 joerg Exp $
|
2002-09-15 08:31:42 +02:00
|
|
|
#
|
|
|
|
|
2004-11-27 18:54:31 +01:00
|
|
|
DISTNAME= tc-2.3.1
|
2005-08-28 06:25:28 +02:00
|
|
|
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 1
|
2002-09-15 08:31:42 +02:00
|
|
|
CATEGORIES= japanese inputmethod
|
|
|
|
MASTER_SITES= http://openlab.ring.gr.jp/tcode/resources/soft/
|
|
|
|
|
2003-07-17 23:41:05 +02:00
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
2002-09-15 08:31:42 +02:00
|
|
|
HOMEPAGE= http://openlab.ring.gr.jp/tcode/tc2/index.html
|
|
|
|
COMMENT= T-Code driver for Emacs
|
|
|
|
|
|
|
|
.include "../../mk/emacs.mk"
|
|
|
|
|
2004-01-24 14:42:22 +01:00
|
|
|
.if ${EMACS_FLAVOR} == "xemacs"
|
2002-09-15 08:31:42 +02:00
|
|
|
CONFIGURE_ARGS+=--with-emacs=xemacs
|
|
|
|
CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc
|
|
|
|
.endif
|
|
|
|
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2002-09-15 08:31:42 +02:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
INFO_FILES= tc.info
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|