pkgsrc/inputmethod/uim/Makefile.common
ryoon 18e97bb8bd uim: Update to 1.8.9pre20210104
* Enable uim-fep, input method for console.

Changelog:
* Many improvements.
* Support more modern compilers.
* Improve NetBSD support.
and so on.
2021-03-30 17:01:49 +00:00

23 lines
753 B
Text

# $NetBSD: Makefile.common,v 1.17 2021/03/30 17:01:49 ryoon Exp $
#
# used by inputmethod/uim/Makefile
# used by inputmethod/uim-elisp/Makefile
DISTNAME= uim-1.8.9pre20210104
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_GITHUB:=uim/}
GITHUB_TAG= d1ac9d9315ff8c57c713b502544fef9b3a83b3e5
MAINTAINER= VEG03617@nifty.com
HOMEPAGE= https://github.com/uim/uim/wiki
GITHUB_SUBMODULES+= uim sigscheme beb8fbdc69b523d14fc202a4d17375555a74c772 sigscheme
GITHUB_SUBMODULES+= uim libgcroots d362356cc4c5f591695d2fbda7746918250c9e99 sigscheme/libgcroots
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/uim/distinfo
PATCHDIR= ${.CURDIR}/../../inputmethod/uim/patches
USE_TOOLS+= autoreconf autoconf automake
pre-configure:
cd ${WRKSRC} && ${SH} autogen.sh