freebsd-ports/cad/ngspice_rework/Makefile
Baptiste Daroussin 3022916800 Support stage
Use option helpers
2014-01-08 23:43:45 +00:00

23 lines
484 B
Makefile

# Created by: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
# $FreeBSD$
PORTNAME= ngspice_rework
PORTVERSION= 25
CATEGORIES= cad
MASTER_SITES= SF/ngspice/ng-spice-rework/${PORTVERSION}
DISTNAME= ngspice-${PORTVERSION}
MAINTAINER= kevinz5000@gmail.com
COMMENT= Mixed-signal circuit simulator derived from Spice and Cider
OPTIONS_DEFINE= DEBUG
GNU_CONFIGURE= yes
USES= gmake
DEBUG_CONFIGURE_ENABLE= debig
CONFIGURE_ARGS+=--enable-xspice \
--with-readline=yes
.include <bsd.port.mk>