# $Id: Portfile,v 1.1 2006/04/02 19:25:12 markd Exp $
PortSystem        1.0
name              bibledit
version           1.6
categories        textproc
maintainers       mac_support_jaars@sil.org

description       A USFM text editor for Bible translators using Linux and Mac OS X.

long_description  Bibledit is a USFM text editor that works in Linux or Mac OS X \
		  for Bible translators to create Bible text. It is unique in that \
		  it is organized in two distinct hierarchies. One, it has sections \
		  and paragraphs, like any other text. Second, it is made up of \
		  books that contain chapters that contain verses.

homepage          http://bibledit/sourceforge.net/
master_sites	  sourceforge

checksums 	md5 0ee2316678306d72ea7b601c4beb2eb3

depends_lib	port:gtk26  \
                port:sqlite3 \
                port:scripturechecks

# Disable bundled scripturechecks - there's a separate port for that
configure.args  --disable-bundled
