# $Id: Portfile 50971 2009-05-14 16:06:23Z and.damore@macports.org $

PortSystem          1.0

name                tilp2
version             1.11
categories          math
maintainers         and.damore
description         TI Linkinf Program
long_description    Program to communicate with TI calculators, based on gtk2
homepage            http://lpg.ticalc.org/prj_tilp/
platforms           darwin

master_sites        sourceforge:tilp

checksums			md5 dec4f0b596c7fba9a6f6107e7f103b9f \
					sha1 1a70ed61eebc2370a83092fe37e53dedc604423b \
					rmd160 a6de3e3d8cfbceea9cdeb4cf960d3e2c96b1ab27

depends_build       port:pkgconfig \
                    bin:grep:grep \
                    bin:groff:groff
depends_lib         port:libiconv \
					port:libticonv \
					port:libtifiles2 \
					port:libticables2 \
                    port:libticalcs2 \
                    port:gettext \
                    port:gtk2 \
                    port:libglade2

configure.args		--without-kde

pre-destroot		{ system "chmod +x ${worksrcpath}/install-sh " }

