aboutsummaryrefslogblamecommitdiff
path: root/cad/ngspice_rework/Makefile
blob: 6a9637e8d13d0b08df0de9f67f054803e8a5c4ad (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                     
           

                              
                  
                   
                                                         
                                      
 

                                                                           
 
                                 

                   
                     
 

                                                           
 
                      
# Created by: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
# $FreeBSD$

PORTNAME=	ngspice_rework
PORTVERSION=	26
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

LICENSE_FILE=	${WRKSRC}/COPYING

GNU_CONFIGURE=	yes
USES=		gmake

DEBUG_CONFIGURE_ENABLE=	debug
CONFIGURE_ARGS+=	--enable-xspice --with-readline=yes

.include <bsd.port.mk>