Ticket #29002: Portfile

File Portfile, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 13 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 77534 2011-04-02 19:03:25Z ryandesign@macports.org $
3
4PortSystem          1.0
5
6name                sdcv
7#version             0.4.2
8version             0.4.3-20100801
9categories          textproc
10platforms           darwin
11maintainers         nomaintainer
12license             GPL-2+
13
14description         console version of StarDict program
15
16long_description    ${name} is a console version of the StarDict program.
17
18homepage            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
33fetch.type          svn
34svn.url             https://sdcv.svn.sourceforge.net/svnroot/sdcv/trunk
35svn.revision        38
36worksrcdir          trunk
37
38patchfiles          patch-setlocale.diff
39
40use_autoreconf      yes
41
42depends_build-append port:pkgconfig
43
44depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2