pkgsrc/inputmethod/tc/Makefile

28 lines
644 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.19 2013/04/06 20:27:21 rodent Exp $
#
DISTNAME= tc-2.3.1
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
PKGREVISION= 4
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
HOMEPAGE= http://openlab.ring.gr.jp/tcode/tc2/index.html
COMMENT= T-Code driver for Emacs
2013-03-24 17:56:32 +01:00
MAKE_JOBS_SAFE= no
.include "../../editors/emacs/modules.mk"
2004-01-24 14:42:22 +01:00
.if ${EMACS_FLAVOR} == "xemacs"
CONFIGURE_ARGS+=--with-emacs=xemacs
CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc
.endif
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"