25 lines
541 B
Makefile
25 lines
541 B
Makefile
# New ports collection makefile for: ngspice_rework
|
|
# Date created: 2002-01-02
|
|
# Whom: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ngspice_rework
|
|
PORTVERSION= 14
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ngspice
|
|
DISTNAME= ng-spice-rework-${PORTVERSION}
|
|
|
|
MAINTAINER= amakawa@jp.FreeBSD.org
|
|
COMMENT= A circuit simulator derived from spice3f5
|
|
|
|
USE_AUTOCONF_VER?= 213
|
|
|
|
MAN1= ngspice.1 ngnutmeg.1 ngsconvert.1
|
|
|
|
pre-configure:
|
|
(cd ${WRKSRC} && ${AUTOHEADER})
|
|
|
|
.include <bsd.port.mk>
|