summaryrefslogtreecommitdiff
path: root/ham/nec2c/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2013-07-20 16:46:38 +0000
committerwiz <wiz>2013-07-20 16:46:38 +0000
commit45155965985d8937306bdd5cdcb90326b9e8f398 (patch)
tree0a23f0bbc0e43552f79d9d04c240d3af147626ce /ham/nec2c/Makefile
parent2b47de3427ee9f11024daa11968e7e82ed683e31 (diff)
downloadpkgsrc-45155965985d8937306bdd5cdcb90326b9e8f398.tar.gz
Import nec2c-1.1 as ham/nec2c.
nec2c is a translation of the NEC2 FORTRAN source code to the C language. The translation was performed mostly "by hand" and a lot of modifications to the original program were introduced in order to modernize the NEC2 and to remove as many built-in limitations as possible. The attendant SOMNEC program was also translated to C and incorporated in nec2c as a function so that Sommerfeld ground solutions are a part of the program.
Diffstat (limited to 'ham/nec2c/Makefile')
-rw-r--r--ham/nec2c/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/ham/nec2c/Makefile b/ham/nec2c/Makefile
new file mode 100644
index 00000000000..f35a26b7384
--- /dev/null
+++ b/ham/nec2c/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2013/07/20 16:46:38 wiz Exp $
+
+DISTNAME= nec2c-1.1
+CATEGORIES= ham
+MASTER_SITES= http://www.qsl.net/5b4az/pkg/nec2/nec2c/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.qsl.net/5b4az/pages/nec2.html
+COMMENT= Numerical Electromagnetics Code in C
+LICENSE= gnu-gpl-v3
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+
+.include "../../mk/bsd.pkg.mk"