summaryrefslogtreecommitdiff
path: root/net/zephyr/Makefile
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1995-08-02 05:20:34 +0000
committerPaul Traina <pst@FreeBSD.org>1995-08-02 05:20:34 +0000
commitbde32746c570a8b1b267cb023c0327f68d390043 (patch)
treedec2f7c35d340a40e6a3819d3b298d5e205aefd7 /net/zephyr/Makefile
parentFix the Makefile that it also works for the MASTER_SITE_OVERRIDE case. (diff)
Zephyr from MIT's project Athena (version 2.0.2)
Notes
Notes: svn path=/head/; revision=2025
Diffstat (limited to 'net/zephyr/Makefile')
-rw-r--r--net/zephyr/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile
new file mode 100644
index 000000000000..af081ff8a4dc
--- /dev/null
+++ b/net/zephyr/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: zephry
+# Version required: 2.0.2
+# Date created: 1-Aug-1995
+# Whom: pst
+#
+# $Id$
+#
+
+DISTNAME= zephyr-2.0.2
+CATEGORIES+= networking
+MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/dist/
+HAS_CONFIGURE= yes
+
+.if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES)
+CONFIGURE_ARGS="--with-krb4"
+.endif
+
+ZEPHYR_DOCDIR= ${PREFIX}/etc/zephyr/doc
+ZEPHYR_DOCS= INSTALL NOTES OPERATING README USING
+
+post-install:
+ -test -d ${ZEPHYR_DOCDIR} || mkdir ${ZEPHYR_DOCDIR}
+ for file in ${ZEPHYR_DOCS} ; do \
+ ${INSTALL} -c ${WRKSRC}/$$file ${ZEPHYR_DOCDIR} ; \
+ done
+
+.include <bsd.port.mk>