summaryrefslogtreecommitdiff
path: root/mbone/nte/scripts
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1996-11-10 21:14:52 +0000
committerBill Fenner <fenner@FreeBSD.org>1996-11-10 21:14:52 +0000
commit79d12622c61bd17f08cd7ef81165f57dc937d975 (patch)
treec5907cbbae376381518e7954bc3b12206134ac73 /mbone/nte/scripts
parentNew port: wb 1.59, the LBL whiteboard. (diff)
New port: nte 1.5a23, the UCL Network Text Editor.
Note that this port is restricted due to inclusion of DES code.
Notes
Notes: svn path=/head/; revision=4378
Diffstat (limited to 'mbone/nte/scripts')
-rw-r--r--mbone/nte/scripts/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/mbone/nte/scripts/configure b/mbone/nte/scripts/configure
new file mode 100644
index 000000000000..c1432a1bbbc8
--- /dev/null
+++ b/mbone/nte/scripts/configure
@@ -0,0 +1,5 @@
+if [ ! -d ${WRKSRC}/freebsd ]; then
+ mkdir ${WRKSRC}/freebsd
+fi
+cat ${WRKSRC}/src/Makefile.template ${FILESDIR}/Makefile.freebsd > ${WRKSRC}/freebsd/Makefile
+cp ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile