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 77534 2011-04-02 19:03:25Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name sdcv |
---|
7 | #version 0.4.2 |
---|
8 | version 0.4.3-20100801 |
---|
9 | categories textproc |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | license GPL-2+ |
---|
13 | |
---|
14 | description console version of StarDict program |
---|
15 | |
---|
16 | long_description ${name} is a console version of the StarDict program. |
---|
17 | |
---|
18 | homepage http://sdcv.sourceforge.net/ |
---|
19 | #master_sites sourceforge |
---|
20 | # |
---|
21 | #use_bzip2 yes |
---|
22 | # |
---|
23 | #checksums sha1 7620bc30890997f4f35b1864d3e98dee8490ac7c \ |
---|
24 | # rmd160 1a28630dad2ac07860cc5bee87f23c8585c4dabe |
---|
25 | # |
---|
26 | #patchfiles patch-min.diff \ |
---|
27 | # patch-getopt.diff \ |
---|
28 | # patch-setlocale.diff |
---|
29 | # |
---|
30 | ## patch-getopt.diff touches configure.ac |
---|
31 | #use_autoreconf yes |
---|
32 | |
---|
33 | fetch.type svn |
---|
34 | svn.url https://sdcv.svn.sourceforge.net/svnroot/sdcv/trunk |
---|
35 | svn.revision 38 |
---|
36 | worksrcdir trunk |
---|
37 | |
---|
38 | patchfiles patch-setlocale.diff |
---|
39 | |
---|
40 | use_autoreconf yes |
---|
41 | |
---|
42 | depends_build-append port:pkgconfig |
---|
43 | |
---|
44 | depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 |
---|