mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
japanese/ibus-anthy: flavorize for anthy-unicode
Reported by: mew14930xvi <mew14930xvi@inbox.lv> PR: 283740 Co-authored-by: mew14930xvi <mew14930xvi@inbox.lv>
This commit is contained in:
parent
59fa0d12ea
commit
eebc5fd18a
1 changed files with 12 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
PORTNAME= ibus-anthy
|
||||
PORTVERSION= 1.5.16
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.5.16
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= https://github.com/ibus/ibus-anthy/releases/download/${PORTVERSION}/
|
||||
MASTER_SITES= https://github.com/ibus/ibus-anthy/releases/download/${DISTVERSION}/
|
||||
PKGNAMEPREFIX= ja-
|
||||
|
||||
MAINTAINER= CQG00620@nifty.ne.jp
|
||||
|
@ -12,8 +12,7 @@ WWW= https://github.com/ibus/ibus-anthy
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libanthy.so:japanese/anthy \
|
||||
libibus-1.0.so:textproc/ibus
|
||||
LIB_DEPENDS= libibus-1.0.so:textproc/ibus
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
@ -22,4 +21,12 @@ USES= gettext gmake gnome libtool pkgconfig python
|
|||
USE_GNOME= pygobject3
|
||||
GLIB_SCHEMAS= org.freedesktop.ibus.engine.anthy.gschema.xml
|
||||
|
||||
FLAVORS= original unicode
|
||||
|
||||
original_CONFLICTS_INSTALL= ${PORTNAME}-unicode
|
||||
original_LIB_DEPENDS= libanthy.so:japanese/anthy
|
||||
unicode_CONFLICTS_INSTALL= ${PORTNAME}
|
||||
unicode_LIB_DEPENDS= libanthy-unicode.so:japanese/anthy-unicode
|
||||
unicode_PKGNAMESUFFIX= -unicode
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue