diff options
Diffstat (limited to 'cad/stdio-wcalc/Makefile')
-rw-r--r-- | cad/stdio-wcalc/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cad/stdio-wcalc/Makefile b/cad/stdio-wcalc/Makefile new file mode 100644 index 00000000000..a29d498905f --- /dev/null +++ b/cad/stdio-wcalc/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/01 12:08:10 dmcmahill Exp $ +# + +.include "../../cad/wcalc/Makefile.common" +PKGNAME= stdio-${DISTNAME} + +COMMENT= Stdio Based Transmission Line Analysis/Synthesis Calculator + +# Only enable the scilab frontend +CONFIGURE_ARGS+= --disable-cgi +CONFIGURE_ARGS+= --disable-gtk1 +CONFIGURE_ARGS+= --disable-gtk2 +CONFIGURE_ARGS+= --disable-htdocs +CONFIGURE_ARGS+= --disable-libwcalc +CONFIGURE_ARGS+= --enable-stdio +CONFIGURE_ARGS+= --without-matlab +CONFIGURE_ARGS+= --without-octave +CONFIGURE_ARGS+= --without-scilab + +.include "../../cad/libwcalc/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |