# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup conflicts_build 1.0 name virtuoso categories devel maintainers snc openmaintainer license GPL description a high-performance object-relational SQL database long_description Virtuoso is an enterprise-grade server that delivers a platform \ for Data Access, Integration and Management. platforms darwin homepage http://${name}.openlinksw.com/dataspace/dav/wiki/Main/ distfiles installs_libs no if { ${configure.build_arch} eq "i386" } { depends_build port:${name}-6 version 6.1.7 revision 2 } else { depends_build port:${name}-7 version 7.1.0 revision 2 } master_sites sourceforge:project/${name}/${name}/${version} distname ${name}-opensource-${version} use_configure no build {} destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} system "echo $name is a stub port > ${destroot}${prefix}/share/doc/${name}/README" } livecheck.type none