mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
17d313fe9d
PR: 256715
25 lines
475 B
Makefile
25 lines
475 B
Makefile
# created by: Osamu Matsuda <omatsuda000@gmail.com>
|
|
|
|
PORTNAME= qolibri
|
|
DISTVERSION= 2.1.3
|
|
CATEGORIES= japanese
|
|
|
|
MAINTAINER= omatsuda000@gmail.com
|
|
COMMENT= EPWING dictionary viewer
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libeb.so:japanese/eb
|
|
|
|
USES= cmake qt:5
|
|
USE_QT= buildtools core declarative gui linguisttools location \
|
|
multimedia network printsupport qmake webchannel webengine \
|
|
widgets
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ludios
|
|
|
|
PLIST_FILES= bin/qolibri
|
|
|
|
.include <bsd.port.mk>
|