aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntimelord/Makefile
blob: 7cdd2597dcb4ff5fb63c254953a59bb7727b4608 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>
#
# $FreeBSD$
#

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>