pkgsrc/cad/wcalc-docs/Makefile
dmcmahill eff60cfd80 import wcalc-docs-0.9
This is the web site including documentation and F.A.Q. for the
Wcalc transmission line analysis/synthesis calculator.
2005-11-01 03:53:55 +00:00

25 lines
748 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/11/01 03:53:55 dmcmahill Exp $
#
.include "../../cad/wcalc/Makefile.common"
PKGNAME= ${DISTNAME:S/wcalc/wcalc-docs/}
COMMENT= Web Pages for the Wcalc Transmission Line Calculator
# Only enable the webpage
CONFIGURE_ARGS+= --disable-cgi
CONFIGURE_ARGS+= --disable-gtk1
CONFIGURE_ARGS+= --disable-gtk2
CONFIGURE_ARGS+= --enable-htdocs
CONFIGURE_ARGS+= --disable-libwcalc
CONFIGURE_ARGS+= --disable-stdio
CONFIGURE_ARGS+= --without-matlab
CONFIGURE_ARGS+= --without-octave
CONFIGURE_ARGS+= --without-scilab
# uses the \n sequence within replacement string feature in
# gensub() which is not currently supported in nawk
USE_TOOLS+= gawk
.include "../../cad/libwcalc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"