1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 86261 2011-10-24 03:33:34Z rmstonecipher@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name tagainijisho |
---|
8 | version 0.9.2 |
---|
9 | license GPL3 |
---|
10 | categories education japanese |
---|
11 | platforms darwin |
---|
12 | maintainers strasweb.fr:rudloff \ |
---|
13 | openmaintainer |
---|
14 | description A free Japanese dictionary and study assistant |
---|
15 | long_description Tagaini Jisho is a free, open-source Japanese \ |
---|
16 | dictionary and kanji lookup tool that is available \ |
---|
17 | for Windows, MacOS X and Linux and aims at \ |
---|
18 | becoming your Japanese study assistant. It allows \ |
---|
19 | you to quickly search for entries and mark those \ |
---|
20 | that you wish to study, along with tags and \ |
---|
21 | personal notes. \ |
---|
22 | It also let you train entries you are studying \ |
---|
23 | and follows your progression in remembering them. \ |
---|
24 | Finally, it makes it easy to review entries you \ |
---|
25 | did not remember by listing them on screen \ |
---|
26 | or printing them on a small booklet. |
---|
27 | |
---|
28 | homepage http://www.tagaini.net/ |
---|
29 | master_sites http://cloud.github.com/downloads/Gnurou/${name}/ |
---|
30 | |
---|
31 | checksums sha1 91e3bc1c1aacc487a4832a799edf3a2bd7937c70 \ |
---|
32 | rmd160 9e4919ec055e1532a72f236302bca6b3dade80b8 |
---|
33 | |
---|
34 | depends_lib port:qt4-mac |
---|
35 | |
---|
36 | patchfiles patch-CMakeLists.txt.diff \ |
---|
37 | patch-pack-CMakeLists.txt.diff |
---|
38 | |
---|
39 | configure.pre_args -DCMAKE_INSTALL_PREFIX=${applications_dir} |
---|