ff93b7d829
(That includes Githubify).
23 lines
628 B
Text
23 lines
628 B
Text
# $NetBSD: Makefile.common,v 1.13 2015/12/26 02:13:46 mef Exp $
|
|
#
|
|
# used by inputmethod/uim/Makefile
|
|
# used by inputmethod/uim-elisp/Makefile
|
|
|
|
UIM_VERSION= 1.8.6
|
|
DISTNAME= uim-${UIM_VERSION}
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=uim/}
|
|
GITHUB_RELEASE= ${DISTNAME}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= VEG03617@nifty.com
|
|
HOMEPAGE= https://github.com/uim/uim/wiki
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/uim/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../inputmethod/uim/patches
|
|
|
|
USE_TOOLS+= automake
|
|
|
|
pre-configure:
|
|
set -e; cd ${WRKSRC}; \
|
|
aclocal -I m4; autoheader; automake -a --foreign -i; autoconf
|