freebsd-ports/net/zephyr/Makefile

36 lines
954 B
Makefile
Raw Normal View History

# New ports collection makefile for: zephry
1996-11-07 18:49:43 +01:00
# Version required: 2.0.4
# Date created: 1-Aug-1995
# Whom: pst
#
# $Id: Makefile,v 1.4 1996/11/18 11:37:23 asami Exp $
#
1996-11-07 18:49:43 +01:00
DISTNAME= zephyr-2.0.4
CATEGORIES= net
MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/dist/
.if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES)
CONFIGURE_ARGS="--with-krb4"
.endif
HAS_CONFIGURE= yes
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 18:49:43 +01:00
ZEPHYR_RCDIR= ${PREFIX}/etc/rc.d
1996-11-07 18:49:43 +01:00
ZEPHYR_DOCDIR= ${PREFIX}/share/doc/zephyr
ZEPHYR_DOCS= INSTALL NOTES OPERATING README USING
post-install:
1996-11-07 18:49:43 +01:00
${INSTALL} -c -m 755 -o bin -g bin ${FILESDIR}/zhm.sh ${ZEPHYR_RCDIR}
${MKDIR} ${ZEPHYR_DOCDIR}
for file in ${ZEPHYR_DOCS} ; do \
${INSTALL} -c ${WRKSRC}/$$file ${ZEPHYR_DOCDIR} ; \
done
${MKDIR} ${ZEPHYR_RCDIR}
.include <bsd.port.mk>