summaryrefslogtreecommitdiff
path: root/cad/spice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/spice/Makefile')
-rw-r--r--cad/spice/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile
new file mode 100644
index 00000000000..919b27d1ac6
--- /dev/null
+++ b/cad/spice/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: spice
+# Version required: 3f5
+# Date created: 26 Mar 96
+# Whom: Julian Jenkins <kaveman@magna.com.au>
+#
+# $Id: Makefile,v 1.1.1.1 1998/06/11 14:39:01 hubertf Exp $
+#
+
+DISTNAME= sp3f4.kit
+PKGNAME= spice-3f5
+CATEGORIES= cad
+MASTER_SITES= ftp://ic.eecs.berkeley.edu/pub/Spice3/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= kaveman@magna.com.au
+
+# documentation in ftp://ic.eecs.berkeley.edu/pub/Spice3/um.3f3.ps
+
+# These are included as patch-ab
+#PATCH_SITES= ftp://ilpsoft.eecs.berkeley.edu/pub/SPICE3F5/
+#PATCHFILES= grid.patch newcoms.patch spsmp.patch
+
+NO_WRKSUBDIR= yes
+MAN1= sconvert.1 nutmeg.1 spice.1
+MAN3= mfb.3
+MAN5= mfbcap.5
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/examples/spice3
+ ${INSTALL_DATA} ${WRKSRC}/examples/*.cir ${PREFIX}/share/examples/spice3
+.endif
+
+.include <bsd.port.mk>