# $Id: Portfile,v 1.4 2005/04/05 02:46:52 jmpp Exp $
PortSystem 1.0
name            trueprint
version         5.3
revision	1
categories      print
maintainers     darwinports@opendarwin.org
description     Prettyprinter
long_description    GNU Trueprint takes C source files and other text files \
                    and prints them on postscript printers. It is intended to \
                    be used by programmers and includes a wealth of features, \
                    including diff-marking, an indentation count, function \
                    and file indices, and many others that are useful when \
                    printing source code.
homepage        http://www.gnu.org/software/trueprint/
master_sites    gnu
depends_lib     lib:libintl.3:gettext
checksums       md5 0615d55e45ca5131001b8e49bc330995
configure.env   LDFLAGS='-L${prefix}/lib'
build.args      'LIBS+=-lintl'

