diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 13:00:02 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 13:00:02 +0000 |
commit | bafcb1bc2c795c7c95278a8f110904e8a150d0ef (patch) | |
tree | 43d22d046c033dc729ec370014ba513e6823d0a9 /inputmethod/skkinput/Makefile | |
parent | ccf31e5072384b7cbb450cbbfd536c92b8166d20 (diff) | |
download | pkgsrc-bafcb1bc2c795c7c95278a8f110904e8a150d0ef.tar.gz |
Reimport of package skkinput from japanese/skkinput into inputmethod/skkinput.
This is part of the japanese category retirement.
CATEGORIES adjusted.
Diffstat (limited to 'inputmethod/skkinput/Makefile')
-rw-r--r-- | inputmethod/skkinput/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/inputmethod/skkinput/Makefile b/inputmethod/skkinput/Makefile new file mode 100644 index 00000000000..c376ca9420f --- /dev/null +++ b/inputmethod/skkinput/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:02 seb Exp $ + +DISTNAME= skkinput-2.03 +CATEGORIES= japanese inputmethod +MASTER_SITES= http://member.nifty.ne.jp/Tatari_SAKAMOTO/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.yajima.kuis.kyoto-u.ac.jp/staffs/sakamoto/skkinput/skkinput.html +COMMENT= X11 frontend for SKK + +BUILD_DEFS+= USE_INET6 + +USE_IMAKE= YES + +# skk.conf uses /usr/pkg (${LOCALBASE}), not /usr/X11R6 (${PREFIX}) +MAKE_ENV= MAKE_FLAGS='EXECBASE=${LOCALBASE}' +PLIST_SUBST= PKGBASE=${LOCALBASE} + +DESCR_SRC= ${WRKDIR}/DESCR +INSTALL_FILE= ${WRKDIR}/INSTALL + +post-build: + ${SED} 's#@PKGBASE@#${LOCALBASE}#g' ${PKGDIR}/DESCR >${DESCR_SRC} + ${SED} 's#@PKGBASE@#${LOCALBASE}#g' ${PKGDIR}/INSTALL >${INSTALL_FILE} + +post-install: + ${INSTALL_MAN} ${WRKSRC}/skkinput.man ${PREFIX}/man/ja_JP.EUC/man1/skkinput.1 + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/skkinput + ${INSTALL_DATA} ${WRKSRC}/README.jis ${PREFIX}/share/doc/skkinput + ${INSTALL_DATA} ${WRKSRC}/FAQ.jis ${PREFIX}/share/doc/skkinput + ${INSTALL_DATA} ${WRKSRC}/BUGS.jis ${PREFIX}/share/doc/skkinput + ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL + +.include "../../mk/bsd.pkg.mk" |