Lines 10-20
WWW= https://github.com/fcitx/fcitx5-anthy
Link Here
|
10 |
LICENSE= GPLv2+ |
10 |
LICENSE= GPLv2+ |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt |
12 |
|
12 |
|
13 |
LIB_DEPENDS= libanthy.so:japanese/anthy \ |
13 |
LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 |
14 |
libFcitx5Core.so:textproc/fcitx5 |
14 |
|
|
|
15 |
FLAVORS= original unicode |
16 |
FLAVOR?= ${FLAVORS:[1]} |
15 |
|
17 |
|
16 |
USES= cmake compiler:c++17-lang gettext-tools kde:5 pkgconfig tar:zst |
18 |
USES= cmake compiler:c++17-lang gettext-tools kde:5 pkgconfig tar:zst |
17 |
|
19 |
|
18 |
USE_KDE= ecm |
20 |
USE_KDE= ecm |
19 |
|
21 |
|
|
|
22 |
.if ${FLAVOR} == original |
23 |
LIB_DEPENDS+= libanthy.so:japanese/anthy |
24 |
CONFLICTS_INSTALL= ${PORTNAME}-unicode |
25 |
.else |
26 |
PKGNAMESUFFIX= -unicode |
27 |
LIB_DEPENDS+= libanthy-unicode.so:japanese/anthy-unicode |
28 |
CONFLICTS_INSTALL= ${PORTNAME} |
29 |
.endif |
30 |
|
20 |
.include <bsd.port.mk> |
31 |
.include <bsd.port.mk> |
21 |
- |
|
|