summaryrefslogtreecommitdiff
path: root/cad/spice/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'cad/spice/scripts/configure')
-rw-r--r--cad/spice/scripts/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/cad/spice/scripts/configure b/cad/spice/scripts/configure
new file mode 100644
index 00000000000..a7a9c4a1c07
--- /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