e0b379fa6f
Approved by: portmgr (blanket)
22 lines
350 B
Makefile
22 lines
350 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= brise
|
|
PORTVERSION= 0.35
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
CATEGORIES= chinese textproc
|
|
|
|
MAINTAINER= hiroto.kagotani@gmail.com
|
|
COMMENT= Rime Schema Repository
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= rime_deployer:chinese/librime
|
|
|
|
USES= gmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rime
|
|
|
|
MAKE_ARGS+= RIME_DATA_DIR=${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|