3022916800
Use option helpers
23 lines
484 B
Makefile
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>
|