1995-08-02 05:20:34 +00:00
|
|
|
# New ports collection makefile for: zephry
|
|
|
|
# Date created: 1-Aug-1995
|
|
|
|
# Whom: pst
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1995-08-02 05:20:34 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= zephyr
|
|
|
|
PORTVERSION= 2.0.4
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= net
|
1995-08-02 05:20:34 +00:00
|
|
|
MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/dist/
|
|
|
|
|
1997-07-10 15:50:55 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1996-12-01 01:23:27 +00:00
|
|
|
|
1998-11-28 09:07:24 +00:00
|
|
|
USE_XLIB= yes
|
1995-08-02 05:20:34 +00:00
|
|
|
.if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES)
|
|
|
|
CONFIGURE_ARGS="--with-krb4"
|
|
|
|
.endif
|
|
|
|
|
1996-11-18 11:44:27 +00:00
|
|
|
HAS_CONFIGURE= yes
|
1996-11-18 14:17:24 +00:00
|
|
|
MAN1= zephyr.1 xzwrite.1 zaway.1 zctl.1 zleave.1 zlocate.1 \
|
|
|
|
zmailnotify.1 znol.1 zwgc.1 zwrite.1
|
|
|
|
MAN8= syslogd.8 zpopnotify.8 zshutdown_notify.8 zstat.8 \
|
|
|
|
zephyrd.8 zhm.8
|
1996-11-07 17:49:43 +00:00
|
|
|
|
1996-11-18 11:44:27 +00:00
|
|
|
ZEPHYR_RCDIR= ${PREFIX}/etc/rc.d
|
1996-11-07 17:49:43 +00:00
|
|
|
ZEPHYR_DOCDIR= ${PREFIX}/share/doc/zephyr
|
1995-08-02 05:20:34 +00:00
|
|
|
ZEPHYR_DOCS= INSTALL NOTES OPERATING README USING
|
|
|
|
|
|
|
|
post-install:
|
1996-12-01 01:23:27 +00:00
|
|
|
${MKDIR} ${ZEPHYR_RCDIR}
|
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/zhm.sh ${ZEPHYR_RCDIR}
|
|
|
|
.if !defined(NOPORTDOCS)
|
1996-11-18 11:44:27 +00:00
|
|
|
${MKDIR} ${ZEPHYR_DOCDIR}
|
1995-08-02 05:20:34 +00:00
|
|
|
for file in ${ZEPHYR_DOCS} ; do \
|
1996-12-01 01:23:27 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/$$file ${ZEPHYR_DOCDIR} ; \
|
1995-08-02 05:20:34 +00:00
|
|
|
done
|
1996-12-01 01:23:27 +00:00
|
|
|
.endif
|
1995-08-02 05:20:34 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|