blob: c6578e56c7d578fade1dd05a7fd9ace6b1c8e9e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: ngspice_rework
# Date created: 2002-01-02
# Whom: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ngspice_rework
PORTVERSION= 15
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ngspice
DISTNAME= ngspice-rework${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= amakawa@jp.FreeBSD.org
COMMENT= A circuit simulator derived from spice3f5
WRKSRC= ${WRKDIR}/ng-spice-rework-${PORTVERSION}
GNU_CONFIGURE= yes
USE_LIBTOOL_VER?=15
USE_GMAKE= yes
INFO= ngspice
MAN1= ngspice.1 ngnutmeg.1 ngsconvert.1
.include <bsd.port.mk>
|