blob: 2d177b04f1f777f3e7a3a52957cecf1412f35a3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.2 2003/04/17 06:00:13 uebayasi Exp $
#
DISTNAME= tc-2.3
CATEGORIES= japanese inputmethod
MASTER_SITES= http://openlab.ring.gr.jp/tcode/resources/soft/
MAINTAINER= tech-pkg-ja@jp.netbsd.org
HOMEPAGE= http://openlab.ring.gr.jp/tcode/tc2/index.html
COMMENT= T-Code driver for Emacs
.include "../../mk/emacs.mk"
.if ${EMACS_FLAVOR} == "emacs"
.elif ${EMACS_FLAVOR} == "xemacs"
CONFIGURE_ARGS+=--with-emacs=xemacs
CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc
.endif
USE_GMAKE= YES
GNU_CONFIGURE= YES
INFO_FILES= tc.info
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
|