mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
f042b03c5a
install: /wrkdirs/usr/ports/chinese/brise/work/brise-brise-0.35/data/build: Inappropriate file type or format Reported by: pkg-fallout
24 lines
375 B
Makefile
24 lines
375 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= brise
|
|
PORTVERSION= 0.35
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
CATEGORIES= chinese textproc
|
|
|
|
MAINTAINER= hiroto.kagotani@gmail.com
|
|
COMMENT= Rime Schema Repository
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BROKEN= fails to build
|
|
|
|
BUILD_DEPENDS= rime_deployer:chinese/librime
|
|
|
|
USES= gmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rime
|
|
|
|
MAKE_ARGS+= RIME_DATA_DIR=${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|