pkgsrc/cad/atlc/Makefile
dmcmahill a10ea641db import of atlc-2.32
------

Atlc is a finite difference programme that is used to calculate the
properties of a two-conductor electrical transmission line of
arbitrary cross section. It is used whenever there are no analytical
formula known, yet you still require an answer. It can calculate:

  The impedance Zo (in Ohms)
  The capacitance per unit length (pF/m)
  The inductance per unit length (nF/m)
  The velocity of propogation v (m/s)
  The velocity factor, v/c, which is dimensionless.

A bitmap file (usually with the extension .bmp or .BMP) of the cross
section of the transmission line is drawn in a graphics package such
as The Gimp and then analyzed using Atlc.
2002-03-13 12:42:59 +00:00

18 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/03/13 12:42:59 dmcmahill Exp $
#
DISTNAME= atlc-2.32
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atlc/}
MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://atlc.sourceforge.net
COMMENT= Calculates the impedance of arbitrary cross section transmission lines
GNU_CONFIGURE= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/atlc
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/atlc
.include "../../mk/bsd.pkg.mk"