# $Id$ PortSystem 1.0 name semantic version 1.4.4 categories editors platforms darwin maintainers nox openmaintainer description Infrastructure for parser based text analysis in Emacs long_description \ Semantic is an infrastructure for parser based text analysis in Emacs. \ It is a lexer, parser-generator, and parser. It is written in Emacs \ Lisp and is customized to the way Emacs thinks about language files, \ and is optimized to use Emacs' parsing capabilities. homepage http://cedet.sourceforge.net/semantic.shtml master_sites sourceforge:cedet checksums md5 9b3780695154dc66e1ecbdc40c0541a0 \ sha1 65a3826d47d9deaf936c2564425aa4e970ad11c2 \ rmd160 e67bed991b9c1d0ade548304a47fad7019d2f912 depends_build port:emacs depends_run port:emacs \ port:eieio use_configure no destroot { set lispdir ${prefix}/share/emacs/site-lisp xinstall -d ${destroot}${lispdir} eval xinstall -m 0644 [glob -directory ${worksrcpath} *.el *.elc] \ ${destroot}${lispdir} } universal_variant no livecheck.distname ${name}