Added: trunk/dports/x11/gtkspell3/Portfile (0 => 111880)
--- trunk/dports/x11/gtkspell3/Portfile (rev 0)
+++ trunk/dports/x11/gtkspell3/Portfile 2013-10-04 21:48:44 UTC (rev 111880)
@@ -0,0 +1,44 @@
+# -*- 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
+# $Id$
+
+PortSystem 1.0
+
+name gtkspell3
+version 3.0.4
+license GPL-2+
+categories x11 gnome textproc
+platforms darwin
+maintainers devans openmaintainer
+description Library for highlighting and replacement of misspelled words
+long_description GtkSpell provides word-processor-style highlighting and replacement of \
+ misspelled words in a GtkTextView widget. Right-clicking a misspelled \
+ word pops up a menu of suggested replacements.
+homepage http://gtkspell.sourceforge.net
+master_sites ${homepage}/download
+
+checksums rmd160 f699e2561f7fe58ae9074f30697e6c06e64c2a06 \
+ sha256 fabf8e670c99c1a91996e0e33fa78b7c023f77efb3e11355cf5aa9bcdc43e4a7
+
+depends_build port:pkgconfig \
+ port:intltool
+
+depends_lib port:gtk3 \
+ port:iso-codes \
+ port:enchant \
+ port:gobject-introspection \
+ port:vala
+
+configure.args --disable-gtk2 \
+ --enable-gtk3 \
+ --enable-introspection=yes \
+ --enable-vala=yes \
+ --disable-silent-rules
+
+variant gtk2 description {Build with support for GTK+ 2} {
+ depends_lib-append port:gtk2
+ configure.args-replace --disable-gtk2 --enable-gtk2
+}
+
+livecheck.type regex
+livecheck.url ${homepage}
+livecheck.regex "The latest version is <b>(\\d+(?:\\.\\d+)*)</b>"
Property changes on: trunk/dports/x11/gtkspell3/Portfile
___________________________________________________________________