Changeset View
Changeset View
Standalone View
Standalone View
chinese/librime/Makefile
Show All 13 Lines | |||||
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ | LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ | ||||
libgflags.so:devel/gflags \ | libgflags.so:devel/gflags \ | ||||
libglog.so:devel/glog \ | libglog.so:devel/glog \ | ||||
libleveldb.so:databases/leveldb \ | libleveldb.so:databases/leveldb \ | ||||
libmarisa.so:devel/marisa-trie \ | libmarisa.so:devel/marisa-trie \ | ||||
libopencc.so:chinese/opencc \ | libopencc.so:chinese/opencc \ | ||||
libyaml-cpp.so:devel/yaml-cpp | libyaml-cpp.so:devel/yaml-cpp | ||||
USES= cmake compiler:c++11-lib pkgconfig gettext perl5 | USES= cmake compiler:c++11-lib pathfix pkgconfig gettext perl5 | ||||
USE_PERL5= build patch | USE_PERL5= build patch | ||||
USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
USE_XORG= xproto | USE_XORG= xproto | ||||
LDFLAGS+= -lintl | LDFLAGS+= -lintl | ||||
USE_GITHUB= yes | USE_GITHUB= yes | ||||
GH_ACCOUNT= rime | GH_ACCOUNT= rime | ||||
PLIST_SUB= VER=${PORTVERSION} | PLIST_SUB= VER=${PORTVERSION} | ||||
Show All 10 Lines |