1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/cad/ngspice_rework/Makefile
Pawel Pekala 2ec977763b Update to version 26
PR:		ports/186438
Submitted by:	maintainer
2014-02-07 20:22:00 +00:00

22 lines
490 B
Makefile

# 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>