aboutsummaryrefslogtreecommitdiff
path: root/net/ntimelord/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-06-08 14:41:10 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-06-08 14:41:10 +0000
commit348c1b6c0283f6f31515516def3f4672a24aadb3 (patch)
tree8bf3c44bfe4ae4fe39ef729cdc5dc933e342be7e /net/ntimelord/Makefile
parent5975369996fc65264f3317e4d0fd14aa0f43699d (diff)
Notes
Diffstat (limited to 'net/ntimelord/Makefile')
-rw-r--r--net/ntimelord/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/net/ntimelord/Makefile b/net/ntimelord/Makefile
new file mode 100644
index 000000000000..7961c11648a3
--- /dev/null
+++ b/net/ntimelord/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: ntimelord
+# Version required: 1.0
+# Date created: 29 Oct 1997
+# Whom: Takeru NAIKI <naiki@bfd.es.hokudai.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= ntimelord-1.0
+CATEGORIES= net
+MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= naiki@bfd.es.hokudai.ac.jp
+
+RUN_DEPENDS= ${PREFIX}/libexec/atalkd:${PORTSDIR}/net/netatalk
+
+post-install:
+ @$(ECHO_MSG) "============================================================"
+ @$(ECHO_MSG) " You must edit the file netatalk.sh installed with netatalk"
+ @$(ECHO_MSG) " to start timelord automatically at boot-time."
+ @$(ECHO_MSG) " "
+ @$(ECHO_MSG) " Client program tardis can find in timelord.1.4.shar.Z"
+ @$(ECHO_MSG) " which is in ftp://munnari.OZ.AU/mac/"
+ @$(ECHO_MSG) "============================================================"
+
+.include <bsd.port.mk>