# $Id: Portfile,v 1.1 2004/05/15 10:15:15 mww Exp $ PortSystem 1.0 name jerm version 8092 categories comms maintainers kogule@opendarwin.org description communication terminal through serial and TCP/IP interfaces homepage http://www.bsddiary.net/jerm/ master_sites ${homepage} checksums md5 2eca6b059900aded9d40aa64d5e4072c use_configure no build.args JUPITER_FLAGS= destroot { xinstall -m 755 ${worksrcpath}/jerm ${destroot}${prefix}/bin xinstall -m 644 ${filespath}/jerm.1 ${destroot}${prefix}/share/man/man1 }