pkgsrc/cad/wcalc-docs/Makefile
joerg bac607209a Do not build the message catalogs by default for the various wcalc
packages, but only in libwalc. They have been silently reinstalled
over and over again. Mark *wcalc* as DESTDIR ready.
2010-01-28 01:11:27 +00:00

28 lines
790 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/01/28 01:11:28 joerg Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../cad/wcalc/Makefile.common"
PKGNAME= ${DISTNAME:S/wcalc/wcalc-docs/}
PKGREVISION= 1
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"