# $Id$ PortSystem 1.0 name pgintcl version 3.0.1 categories databases maintainers giorgio_v description Pure Tcl PostgreSQL interface long_description This is a Tcl interface to PostgreSQL, which is \ itself written entirely in Tcl, and does not rely \ on libpq. \ It is highly but not entirely compatible with \ other Tcl interfaces, although it is slower. homepage http://pgintcl.projects.postgresql.org/ master_sites http://pgfoundry.org/frs/download.php/1060/ platforms darwin checksums md5 c0e0deb2fa0feb66eab8502b83ff9dce \ sha1 348f96944c99e4cf76caad08efc84146c8138b6a \ rmd160 a8fd371439ab9719c4ad35b4d1088da987fff602 depends_lib port:tcl use_configure no universal_variant no build {} destroot { set sw_dest_dir ${destroot}${prefix}/lib/$name-$version/ set share_dest_dir ${destroot}${prefix}/share/$name-$version/ set doc_dest_dir ${destroot}${prefix}/share/doc/$name-$version/ file mkdir -p $sw_dest_dir file mkdir -p $share_dest_dir file mkdir -p $doc_dest_dir xinstall ${worksrcpath}/pgin.tcl ${worksrcpath}/pkgIndex.tcl $sw_dest_dir xinstall ${worksrcpath}/tkpsql.tcl $share_dest_dir xinstall ${worksrcpath}/README ${worksrcpath}/REFERENCE \ ${worksrcpath}/INTERNALS ${worksrcpath}/NEWS $doc_dest_dir }