aboutsummaryrefslogtreecommitdiffstats
path: root/comms/conserver/Makefile
blob: d8cd122e9e01db713352254f354853985cae5e06 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# ex:ts=8
# 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= obrien@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>