# $Id: Portfile,v 1.8 2005/08/31 13:00:24 mww Exp $

PortSystem 1.0
name             source-highlight
version          2.1.2
categories       textproc devel
maintainers      toby@opendarwin.org mww@opendarwin.org
description      source-code syntax highlighter
long_description \
	This program, given a source file, produces a document with \
	syntax highlighting. At the moment this package can handle Java, \
	Javascript, C/C++, Prolog, Perl, Php3, Python, Flex, ChangeLog, \
	Ruby, Lua, Caml, Sml, Log as source languages, and HTML, XHTML, \
	ANSI color escape sequences as output formats.
homepage         http://www.gnu.org/software/src-highlite/
platforms        darwin
master_sites     gnu:src-highlite
checksums        md5 ed2f292ea28ff3d84d51c69f25e15418

depends_lib      port:boost

configure.env    CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
configure.args   --infodir=${prefix}/share/info \
                 --mandir=${prefix}/share/man

test.run         yes
test.target      check
