summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-11-01 03:50:21 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-11-01 03:50:21 +0000
commit699c99a16488f61378e90a675e08cff1c12acd7c (patch)
tree6bed06c6e36393c2ae871d2360429c5e189152e9 /cad
parentc573c962e6200970fd75395e67b60c3587be523b (diff)
downloadpkgsrc-699c99a16488f61378e90a675e08cff1c12acd7c.tar.gz
import gtk1-wcalc-0.9
This is the gtk1 based frontend for the Wcalc transmission line analysis/synthesis calculator.
Diffstat (limited to 'cad')
-rw-r--r--cad/gtk1-wcalc/DESCR2
-rw-r--r--cad/gtk1-wcalc/Makefile24
-rw-r--r--cad/gtk1-wcalc/PLIST10
3 files changed, 36 insertions, 0 deletions
diff --git a/cad/gtk1-wcalc/DESCR b/cad/gtk1-wcalc/DESCR
new file mode 100644
index 00000000000..0722a3c775e
--- /dev/null
+++ b/cad/gtk1-wcalc/DESCR
@@ -0,0 +1,2 @@
+This is the gtk1 based frontend for the Wcalc transmission
+line analysis/synthesis calculator.
diff --git a/cad/gtk1-wcalc/Makefile b/cad/gtk1-wcalc/Makefile
new file mode 100644
index 00000000000..1ae49de0c95
--- /dev/null
+++ b/cad/gtk1-wcalc/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/01 03:50:21 dmcmahill Exp $
+#
+
+.include "../../cad/wcalc/Makefile.common"
+PKGNAME= gtk1-${DISTNAME}
+
+COMMENT= GTK Based Transmission Line Analysis/Synthesis Calculator
+
+CONFLICTS+= gtk2-wcalc-*
+
+# Only enable the gtk frontend
+CONFIGURE_ARGS+= --disable-cgi
+CONFIGURE_ARGS+= --enable-gtk1
+CONFIGURE_ARGS+= --disable-gtk2
+CONFIGURE_ARGS+= --disable-htdocs
+CONFIGURE_ARGS+= --disable-libwcalc
+CONFIGURE_ARGS+= --disable-stdio
+CONFIGURE_ARGS+= --without-matlab
+CONFIGURE_ARGS+= --without-octave
+CONFIGURE_ARGS+= --without-scilab
+
+.include "../../cad/libwcalc/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/cad/gtk1-wcalc/PLIST b/cad/gtk1-wcalc/PLIST
new file mode 100644
index 00000000000..75bca3d4222
--- /dev/null
+++ b/cad/gtk1-wcalc/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/01 03:50:21 dmcmahill Exp $
+bin/wcalc
+man/man1/wcalc.1
+share/${WCALC_DIR}/air_coil.wc
+share/${WCALC_DIR}/coax.wc
+share/${WCALC_DIR}/coupled_microstrip.wc
+share/${WCALC_DIR}/ic_microstrip.wc
+share/${WCALC_DIR}/microstrip.wc
+share/${WCALC_DIR}/stripline.wc
+@unexec ${RMDIR} %D/share/${WCALC_DIR} 2>/dev/null || ${TRUE}