872fd16683
This is the common gateway interface (CGI) frontend for the Wcalc transmission line analysis/synthesis calculator.
23 lines
663 B
Makefile
23 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/11/01 03:52:11 dmcmahill Exp $
|
|
#
|
|
|
|
.include "../../cad/wcalc/Makefile.common"
|
|
PKGNAME= cgi-${DISTNAME}
|
|
|
|
COMMENT= CGI Based Transmission Line Analysis/Synthesis Calculator
|
|
|
|
DEPENDS+= wcalc-docs-${VER}*:../../cad/wcalc-docs
|
|
|
|
# Only enable the CGI frontend
|
|
CONFIGURE_ARGS+= --enable-cgi
|
|
CONFIGURE_ARGS+= --disable-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 "../../mk/bsd.pkg.mk"
|