PKGNAME=ngspice
PKGSEC=electronics
PKGDEP="readline fftw libbsd x11-lib"
PKGDES="SPICE-based circuit simulator"

ABTYPE=autotools

# KiCad requires its shared library.
AUTOTOOLS_AFTER=(
	'--with-ngshared'
)
