Ticket #32140: Portfile

File Portfile, 1.6 KB (added by rudloff@…, 12 years ago)
Line 
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
4PortSystem          1.0
5PortGroup       cmake 1.0
6
7name                tagainijisho
8version             0.9.2
9license             GPL3
10categories          education japanese
11platforms           darwin
12maintainers         strasweb.fr:rudloff \
13                            openmaintainer
14description         A free Japanese dictionary and study assistant
15long_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
28homepage            http://www.tagaini.net/
29master_sites        http://cloud.github.com/downloads/Gnurou/${name}/
30
31checksums           sha1    91e3bc1c1aacc487a4832a799edf3a2bd7937c70 \
32                    rmd160  9e4919ec055e1532a72f236302bca6b3dade80b8
33
34depends_lib         port:qt4-mac
35
36patchfiles          patch-CMakeLists.txt.diff \
37                    patch-pack-CMakeLists.txt.diff
38                   
39configure.pre_args  -DCMAKE_INSTALL_PREFIX=${applications_dir}