# $Id: Portfile,v 1.4 2006/02/16 08:49:24 blb Exp $

PortSystem 1.0

name		        jerm
version		        8095
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 209f063c25c51e62116cf90836585c92
use_configure       no
build.args          JUPITER_FLAGS=
destroot	{
	xinstall -m 755 ${worksrcpath}/jerm ${destroot}${prefix}/bin
	xinstall -m 644 ${worksrcpath}/jerm.1 ${destroot}${prefix}/share/man/man1
}
