summaryrefslogtreecommitdiff
path: root/cad/atlc/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-03-13 12:42:59 +0000
committerdmcmahill <dmcmahill>2002-03-13 12:42:59 +0000
commit8d6c4e7f00c741505b9fefbe0a1fd8c175f06db0 (patch)
treee7288f1a2f1402eb27d5f86b50effe09ea1253fd /cad/atlc/Makefile
parentb1cb32fd4946f5b7942b326de0bf3fd1003a3e2e (diff)
downloadpkgsrc-8d6c4e7f00c741505b9fefbe0a1fd8c175f06db0.tar.gz
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.
Diffstat (limited to 'cad/atlc/Makefile')
-rw-r--r--cad/atlc/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/cad/atlc/Makefile b/cad/atlc/Makefile
new file mode 100644
index 00000000000..09e9005a40c
--- /dev/null
+++ b/cad/atlc/Makefile
@@ -0,0 +1,18 @@
+# $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"