2013-06-13 17:58:20 +02:00
|
|
|
# Created by: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
|
2002-02-09 11:03:42 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ngspice_rework
|
2014-02-07 21:22:00 +01:00
|
|
|
PORTVERSION= 26
|
2002-02-09 11:03:42 +01:00
|
|
|
CATEGORIES= cad
|
2009-08-22 02:15:15 +02:00
|
|
|
MASTER_SITES= SF/ngspice/ng-spice-rework/${PORTVERSION}
|
2013-06-13 17:58:20 +02:00
|
|
|
DISTNAME= ngspice-${PORTVERSION}
|
2002-02-09 11:03:42 +01:00
|
|
|
|
2013-06-13 17:58:20 +02:00
|
|
|
MAINTAINER= kevinz5000@gmail.com
|
|
|
|
COMMENT= Mixed-signal circuit simulator derived from Spice and Cider
|
2002-02-09 11:03:42 +01:00
|
|
|
|
2014-01-27 17:22:55 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2013-06-13 17:58:20 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-07-02 01:06:48 +02:00
|
|
|
USES= gmake libtool readline
|
2002-02-09 11:03:42 +01:00
|
|
|
|
2014-01-27 17:22:55 +01:00
|
|
|
DEBUG_CONFIGURE_ENABLE= debug
|
|
|
|
CONFIGURE_ARGS+= --enable-xspice --with-readline=yes
|
2009-03-24 16:32:31 +01:00
|
|
|
|
2002-02-09 11:03:42 +01:00
|
|
|
.include <bsd.port.mk>
|