2009-04-09 02:41:53 +02:00
|
|
|
# $NetBSD: Makefile,v 1.9 2009/04/09 00:41:53 joerg Exp $
|
import wcalc-0.9
Wcalc is a transmission line analysis and synthesis tool. Several
structures including air core solenoid inductors, coaxial cable,
single and coupled microstrip, stripline, and metal-insulator-
semiconductor microstrip are included.
Wcalc can analyze the electrical parameters for a given physical
description of the structure or synthesize the required dimensions
to meet certain desired electrical characteristics.
Wcalc provides several different frontends for accessing the numeric
engine. Currently, there is a GTK based standalone graphical
user interface, a common gateway interface (CGI) for web access,
Scilab, Octave, and Matlab interfaces for maximum flexibility within
a scientific programming environment, and a standard input/output
(stdio) interface which allows a simple interface to other 3rd
party tools which can communicate via a pipe.
The different frontends are installed as different packages for
flexibility in deployment.
2005-11-01 04:54:44 +01:00
|
|
|
#
|
|
|
|
|
2009-04-09 02:41:53 +02:00
|
|
|
META_PACKAGE= # empty
|
|
|
|
|
import wcalc-0.9
Wcalc is a transmission line analysis and synthesis tool. Several
structures including air core solenoid inductors, coaxial cable,
single and coupled microstrip, stripline, and metal-insulator-
semiconductor microstrip are included.
Wcalc can analyze the electrical parameters for a given physical
description of the structure or synthesize the required dimensions
to meet certain desired electrical characteristics.
Wcalc provides several different frontends for accessing the numeric
engine. Currently, there is a GTK based standalone graphical
user interface, a common gateway interface (CGI) for web access,
Scilab, Octave, and Matlab interfaces for maximum flexibility within
a scientific programming environment, and a standard input/output
(stdio) interface which allows a simple interface to other 3rd
party tools which can communicate via a pipe.
The different frontends are installed as different packages for
flexibility in deployment.
2005-11-01 04:54:44 +01:00
|
|
|
.include "../../cad/wcalc/Makefile.common"
|
2007-05-21 12:04:40 +02:00
|
|
|
PKGREVISION= 3
|
import wcalc-0.9
Wcalc is a transmission line analysis and synthesis tool. Several
structures including air core solenoid inductors, coaxial cable,
single and coupled microstrip, stripline, and metal-insulator-
semiconductor microstrip are included.
Wcalc can analyze the electrical parameters for a given physical
description of the structure or synthesize the required dimensions
to meet certain desired electrical characteristics.
Wcalc provides several different frontends for accessing the numeric
engine. Currently, there is a GTK based standalone graphical
user interface, a common gateway interface (CGI) for web access,
Scilab, Octave, and Matlab interfaces for maximum flexibility within
a scientific programming environment, and a standard input/output
(stdio) interface which allows a simple interface to other 3rd
party tools which can communicate via a pipe.
The different frontends are installed as different packages for
flexibility in deployment.
2005-11-01 04:54:44 +01:00
|
|
|
|
|
|
|
COMMENT= Meta-pkg for the Wcalc Transmission Line Analysis/Synthesis Calculator
|
|
|
|
|
|
|
|
VER= ${DISTNAME:S/wcalc-//}
|
|
|
|
|
2007-05-21 12:04:40 +02:00
|
|
|
DEPENDS+= libwcalc-${VER}{,nb*}:../../cad/libwcalc
|
|
|
|
DEPENDS+= cgi-wcalc-${VER}{,nb*}:../../cad/cgi-wcalc
|
|
|
|
DEPENDS+= sci-wcalc-${VER}{,nb*}:../../cad/sci-wcalc
|
|
|
|
DEPENDS+= stdio-wcalc-${VER}{,nb*}:../../cad/stdio-wcalc
|
|
|
|
DEPENDS+= wcalc-docs-${VER}{,nb*}:../../cad/wcalc-docs
|
import wcalc-0.9
Wcalc is a transmission line analysis and synthesis tool. Several
structures including air core solenoid inductors, coaxial cable,
single and coupled microstrip, stripline, and metal-insulator-
semiconductor microstrip are included.
Wcalc can analyze the electrical parameters for a given physical
description of the structure or synthesize the required dimensions
to meet certain desired electrical characteristics.
Wcalc provides several different frontends for accessing the numeric
engine. Currently, there is a GTK based standalone graphical
user interface, a common gateway interface (CGI) for web access,
Scilab, Octave, and Matlab interfaces for maximum flexibility within
a scientific programming environment, and a standard input/output
(stdio) interface which allows a simple interface to other 3rd
party tools which can communicate via a pipe.
The different frontends are installed as different packages for
flexibility in deployment.
2005-11-01 04:54:44 +01:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.wcalc
|
|
|
|
PKG_SUPPORTED_OPTIONS= mex wcalc-gtk1
|
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mmex-gtk1)
|
|
|
|
DEPENDS+= gtk1-wcalc-${VER}*:../../cad/gtk1-wcalc
|
|
|
|
.else
|
|
|
|
DEPENDS+= gtk2-wcalc-${VER}*:../../cad/gtk2-wcalc
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mmex)
|
|
|
|
# mex-wcalc needs a matlab installation. In addition, mex-wcalc
|
|
|
|
# will not currently build correctly if you are using a
|
|
|
|
# non-native matlab (i.e. linux or solaris matlab on NetBSD)
|
|
|
|
ONLY_FOR_PLATFORM= Linux-*-i386 SunOS-*-sparc*
|
|
|
|
DEPENDS+= mex-wcalc-${VER}*:../../cad/mex-wcalc
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|