# $OpenBSD$

COMMENT =		ngspice shared library, based on Berkeley SPICE

PKGNAME =		libngspice-${V}

SHARED_LIBS +=		ngspice			0.0 # 0.0

WANTLIB += m pthread

CONFIGURE_ARGS +=	--with-ngshared

post-install:
	@rm -r ${PREFIX}/share/ngspice/

.include <bsd.port.mk>
