long_description This port is only a stub.
homepage https://www.macports.org/
xinstall -d ${destroot}${prefix}/share/doc/${name}
system "echo '$long_description' > ${destroot}${prefix}/share/doc/${name}/README.txt"
# Clean up symlinks from using 'port select db'
# https://trac.macports.org/ticket/47921
set file_list [list include/db.h include/db_cxx.h lib/libdb.a lib/libdb.dylib lib/libdb_cxx.a lib/libdb_cxx.dylib]
set fullpath ${prefix}/${f}
if {![catch {file type $fullpath}] && [registry_file_registered $fullpath] == "0"} {
file delete -force $fullpath