summaryrefslogtreecommitdiff
path: root/cad/atlc
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 04:19:40 +0000
committersnj <snj>2004-04-11 04:19:40 +0000
commit82bf873a23e7b3591d8d9c9f297798eff09f7bdd (patch)
treebe700198912ab4dd8b957394ff29ec41db5add83 /cad/atlc
parentfbdbd830896366b6f0d1e0024cca25d88e157068 (diff)
downloadpkgsrc-82bf873a23e7b3591d8d9c9f297798eff09f7bdd.tar.gz
Convert to buildlink3 and correct a spelling error in DESCR.
Diffstat (limited to 'cad/atlc')
-rw-r--r--cad/atlc/DESCR2
-rw-r--r--cad/atlc/Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/atlc/DESCR b/cad/atlc/DESCR
index 97ce1de0e18..8cf22452734 100644
--- a/cad/atlc/DESCR
+++ b/cad/atlc/DESCR
@@ -6,7 +6,7 @@ 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 of propagation v (m/s)
The velocity factor, v/c, which is dimensionless.
A bitmap file (usually with the extension .bmp or .BMP) of the cross
diff --git a/cad/atlc/Makefile b/cad/atlc/Makefile
index 6dbc30bf3ab..6eb0010762d 100644
--- a/cad/atlc/Makefile
+++ b/cad/atlc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/12/30 17:21:54 cjep Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/11 04:19:40 snj Exp $
#
DISTNAME= atlc-4.2.10
@@ -10,7 +10,7 @@ HOMEPAGE= http://atlc.sourceforge.net/
COMMENT= Calculates the impedance of arbitrary cross section transmission lines
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
# note: the check target builds some of the
# example files which get installed.
ALL_TARGET= all check
@@ -21,5 +21,5 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/atlc
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/atlc
-.include "../../math/gsl/buildlink2.mk"
+.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"