20 lines
499 B
Makefile
20 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/08/01 16:52:55 wiz Exp $
|
|
|
|
DISTNAME= brise-0.30
|
|
CATEGORIES= inputmethod chinese
|
|
MASTER_SITES= http://rimeime.googlecode.com/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rime.im/
|
|
COMMENT= Official Rime Schema repository
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
BUILD_DEPENDS+= kyotocabinet-[0-9]*:../../databases/kyotocabinet
|
|
DEPENDS+= librime>=1.0:../../inputmethod/librime
|
|
|
|
WRKSRC= ${WRKDIR}/brise
|
|
USE_LANGUAGES= # none
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|