aboutsummaryrefslogtreecommitdiffstats
path: root/cad/spice/Makefile
blob: 5c2188b48cc327f19afa69d0bb71ac3471edef4e (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
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    spice
# Date created:         26 Mar 96
# Whom:                 Julian Jenkins <kaveman@magna.com.au>
#
# $FreeBSD$
#

PORTNAME=   spice
PORTVERSION=    3f5.1
PORTREVISION=   1
CATEGORIES= cad
MASTER_SITES=   ftp://ic.eecs.berkeley.edu/pub/Spice3/
DISTNAME=   sp3f4.kit
EXTRACT_SUFX=   .tar.Z

MAINTAINER= ports@FreeBSD.org
COMMENT=    A general-purpose circuit simulation program

# documentation in ftp://ic.eecs.berkeley.edu/pub/Spice3/um.3f3.ps/
#PATCH_SITES=   http://www.elec.mq.edu.au//cnerf/spice/
#PATCHFILES=    patches.tar.Z

USE_XLIB=   yes
NO_WRKSUBDIR=   yes
MAN1=       sconvert.1 nutmeg.1 spice.1
MAN3=       mfb.3
MAN5=       mfbcap.5
MLINKS=     spice.1 spice3.1

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/examples/spice3
    ${INSTALL_DATA} ${WRKSRC}/examples/*.cir ${PREFIX}/share/examples/spice3
.endif

.include <bsd.port.mk>