diff options
-rw-r--r-- | korean/ibus-hangul/Makefile | 17 | ||||
-rw-r--r-- | korean/ibus-hangul/pkg-plist | 1 |
2 files changed, 7 insertions, 11 deletions
diff --git a/korean/ibus-hangul/Makefile b/korean/ibus-hangul/Makefile index 9c285f99c12f..3989527bf933 100644 --- a/korean/ibus-hangul/Makefile +++ b/korean/ibus-hangul/Makefile @@ -10,33 +10,28 @@ COMMENT= Hangul input engine for IBus LICENSE= GPLv2 -LIB_DEPENDS= hangul:${PORTSDIR}/korean/libhangul \ - ibus-1.0:${PORTSDIR}/textproc/ibus +LIB_DEPENDS= libhangul.so:${PORTSDIR}/korean/libhangul \ + libibus-1.0.so:${PORTSDIR}/textproc/ibus PROJECTHOST= ibus GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_GNOME= intltool pygobject3 USE_PYTHON= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= NLS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} USES+= gettext CONFIGURE_ARGS= --enable-nls -PLIST_SUB= NLS="" .else CONFIGURE_ARGS= --disable-nls -PLIST_SUB= NLS="@comment " .endif -post-install: - @${CAT} ${PKGMESSAGE} - @${ECHO} To display this message again, type ${PKG_INFO} -D ${PKGNAME} - .include <bsd.port.mk> diff --git a/korean/ibus-hangul/pkg-plist b/korean/ibus-hangul/pkg-plist index 6c27e27c500c..e42bd92eb6a1 100644 --- a/korean/ibus-hangul/pkg-plist +++ b/korean/ibus-hangul/pkg-plist @@ -23,6 +23,7 @@ share/icons/hicolor/scalable/apps/ibus-setup-hangul.svg %%DATADIR%%/setup/setup.ui %%NLS%%share/locale/ko/LC_MESSAGES/ibus-hangul.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/ibus-hangul.mo +@dirrmtry share/applications @dirrmtry share/icons/hicolor/64x64/apps @dirrmtry share/icons/hicolor/64x64 @dirrmtry share/icons/hicolor/scalable/apps |