1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/comms/conserver/Makefile
Thomas Gellekum 546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00

45 lines
1.2 KiB
Makefile

# Ports collection makefile for: conserver
# Date created: 22 November 1997
# Whom: Peter Wemm <peter@netplex.com.au>
#
# $FreeBSD$
#
PORTNAME= conserver
PORTVERSION= 5.21b
CATEGORIES= comms
MASTER_SITES= ftp://ftp.uu.net/vendor/bitsko/config-mgmt/ \
ftp://unix.hensa.ac.uk/mirrors/uunet/vendor/bitsko/config-mgmt/
DISTNAME= conserver-5.21-Beta
EXTRACT_SUFX= .shar.gz
MAINTAINER= peter@FreeBSD.org
EXTRACT_CMD= zcat
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
NO_WRKSUBDIR= yes
MAN5= conserver.cf.5
MAN8= console.8 conserver.8
# Set this to where you want console(8) to connect to by default
# or use something like ``make DEFAULTHOST=myserver.mydomain.net''
DEFAULTHOST?= localhost
MAKE_ENV+= DEFAULTHOST="${DEFAULTHOST}"
# XXX we also have to work around ``new'' uudecode behavior, thanks guys!
post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
if [ -f ${WRKSRC}/group.c ]; then \
${MV} ${WRKSRC}/group.c ${WRKSRC}/conserver/group.c ; \
fi
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/conserver.sh ]; then \
${ECHO} "Installing ${PREFIX}/etc/rc.d/conserver.sh startup file."; \
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/conserver.sh \
${PREFIX}/etc/rc.d/conserver.sh; \
fi
.include <bsd.port.mk>