freebsd-ports/cad/ngspice_rework/Makefile

34 lines
708 B
Makefile
Raw Normal View History

# New ports collection makefile for: ngspice_rework
# Date created: 2002-01-02
# Whom: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ngspice_rework
PORTVERSION= 18
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= SF/ngspice/ng-spice-rework/${PORTVERSION}
DISTNAME= ng-spice-rework-${PORTVERSION}
MAINTAINER= amakawa@jp.FreeBSD.org
2003-02-21 12:08:38 +01:00
COMMENT= A circuit simulator derived from spice3f5
2010-10-16 13:52:47 +02:00
USE_AUTOTOOLS= autoconf:268
USE_GMAKE= yes
#XSPICE doesn't build
#CONFIGURE_ARGS+= --enable-xspice
.ifndef PACKAGE_BUILDING
CONFIGURE_ARGS+= --with-readline=yes
.else
CONFIGURE_ARGS+= --disable-debug
.endif
INFO= ngspice
MAN1= ngspice.1 ngnutmeg.1 ngsconvert.1 ngmultidec.1
2003-01-14 06:15:12 +01:00
.include <bsd.port.mk>