Ticket #23069: Portfile

File Portfile, 1.5 KB (added by royliu@…, 14 years ago)

The updated Portfile.

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 57375 2009-09-10 08:16:41Z ryandesign@macports.org $
3
4PortSystem          1.0
5
6name                gtkspell2
7version             2.0.16
8categories          x11 gnome textproc
9platforms           darwin
10maintainers         nomaintainer
11description         Library for highlighting and replacement of misspelled words
12long_description \
13   GtkSpell provides word-processor-style highlighting and replacement of \
14   misspelled words in a GtkTextView widget. Right-clicking a misspelled \
15   word pops up a menu of suggested replacements.
16homepage            http://gtkspell.sourceforge.net
17master_sites        ${homepage}/download
18distname            gtkspell-${version}
19
20checksums           md5     f75dcc9338f182c571b321d37c606a94 \
21                    sha1    49a3eaff850d119a94fc929635270f01e87cdca1 \
22                    rmd160  92c29780a43cd6fa2270d5ee77f9bc1ac09e56df
23
24depends_build       port:pkgconfig \
25                    port:gtk-doc
26
27depends_lib         port:enchant \
28                    port:gtk2
29
30patchfiles          patch-Makefile.in.diff
31
32configure.args      --disable-debug
33
34livecheck.type      regex
35livecheck.url       ${homepage}
36livecheck.regex     "The latest version is <b>(\\d+(?:\\.\\d+)*)</b>"
37
38#NOTES   Port is named gtkspell2 due to ongoing development of gtkspell3
39#        Although there are no ports that require this port, there are a
40#        number of ports that will build with it if it is present.