diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-05-23 08:17:41 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-05-23 08:17:41 +0000 |
commit | 79e8f75f8d4205bf45b37bece893f7553c8e7622 (patch) | |
tree | 56f91f9b24b964707cc1cffb8ba9bb4e7e0142d2 /cad/spice/scripts | |
parent | Upgrade to 3.0b4 (diff) |
Finally, a port of the famous circuit simulation system.
Submitted by: Julian Jenkins <kaveman@magna.com.au>
Notes
Notes:
svn path=/head/; revision=3120
Diffstat (limited to 'cad/spice/scripts')
-rw-r--r-- | cad/spice/scripts/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cad/spice/scripts/configure b/cad/spice/scripts/configure new file mode 100644 index 000000000000..a7a9c4a1c07a --- /dev/null +++ b/cad/spice/scripts/configure @@ -0,0 +1,5 @@ +#!/bin/sh + +rm -f ${WRKSRC}/makefile +cp ${FILESDIR}/Makefile ${WRKSRC}/Makefile +cp ${FILESDIR}/FreeBSD ${WRKSRC}/conf/FreeBSD
\ No newline at end of file |