1<?xml version="1.0" encoding="ISO-8859-1"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 5 <head> 6 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> 7 <meta name="viewport" content="width=device-width, initial-scale=1"> 8 <title>The MidnightBSD Ports Collection (%%PORT%%)</title> 9 <link rel="canonical" href="https://www.midnightbsd.org/mports/%%PORT%%"> 10 <style type="text/css" media="screen"> 11 html,body{ margin:30px; } 12 body{ background: #fff; color:#333; font-family: sans-serif; font-size: 15px } 13 h2, h2 a { text-align: center; color: #666; } 14 h3, h3 a { text-align: center; color: #999; } 15 a { color: #79c143; } 16 a:hover { color: #a0d07b; } 17 ul { margin: 0; padding: 0; text-align: center; } 18 li {list-style: none; width: auto; background: fff; margin: 1em; text-align: center; height: auto; vertical-align: top; } 19 li a { font-weight: bold; text-decoration: none; color: #79c143; } 20 blockquote { margin-top: 3em; color: #aaa; font-size: .9em; } 21 pre { line-height: 1.5 } 22 </style> 23 <!-- Generated from template 24 $MidnightBSD$ --> 25 </head> 26 27 <body> 28 <h1>The MidnightBSD Ports Collection (%%PORT%%)</h1> 29 30 <p>You are now in the directory for the port "%%PORT%%".</p> 31 32 <p>The package name of this port is "%%PKG%%".</p> 33 34 <p>The license for this port is "%%LICENSE%%".</p> 35 36 <p>This is the one-line description for this port:</p> 37 38 <p> 39%%COMMENT%% 40 </p> 41 42 <hr> 43 44 <p>Please read the "<a href="%%DESCR%%">description file</a>" for a 45 longer description%%WEBSITE%%.</p> 46 47 <p>If needed, you may contact the <a href= 48 "mailto:%%EMAIL%%">maintainer</a> of this port or the port <a href= 49 "mailto:ports@MidnightBSD.org">mailing-list</a>.</p> 50 51 <p>%%BUILD_DEPENDS%%</p> 52 53 <p>%%RUN_DEPENDS%%</p> 54 55 <p>Go to the <a href="%%TOP%%/README.html">top of the ports tree</a> for 56 a summary on how to use the ports collection.</p> 57 <hr> 58 59 <p><a href="../README.html">Go up one level</a> | <a href= 60 "%%TOP%%/README.html">Go to top of ports tree</a></p> 61 </body> 62</html> 63 64