diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-01-07 01:33:35 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-01-07 01:33:35 +0000 |
commit | e475c58e449b11da2cab89c8600ae8a125f9482a (patch) | |
tree | db9d5c9832c4ee1bc8e4eba7f73cf7a054afc237 /korean | |
parent | 87126a2d5ed3fa7a9c4cc499b05bd91745b2c449 (diff) | |
download | ports-e475c58e449b11da2cab89c8600ae8a125f9482a.tar.gz ports-e475c58e449b11da2cab89c8600ae8a125f9482a.zip |
Notes
Diffstat (limited to 'korean')
-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 |