summaryrefslogblamecommitdiff
path: root/comms/conserver/Makefile
blob: 4939f2f459f0e7e3abe60176d2f6e8565506eb51 (plain) (tree)
1
2
3
4
5
6




                                                         
                                                     














                                                                               

                                     

                                                                


                                                                  
 
                                                                         

                                         


                                                                    
 









                                                                                                                                        
                      
# Ports collection makefile for:    conserver
# Version required:     5.21-Beta
# Date created:         22 November 1997
# Whom:                 Peter Wemm <peter@netplex.com.au>
#
# $Id: Makefile,v 1.5 1998/03/22 11:47:19 peter Exp $
#

DISTNAME=	conserver-5.21-Beta
PKGNAME=	conserver-5.21
CATEGORIES=	comms
MASTER_SITES=	ftp://ftp.uu.net/vendor/bitsko/config-mgmt/ \
		ftp://unix.hensa.ac.uk/mirrors/uunet/vendor/bitsko/config-mgmt/
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."; \
		echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/conserver.sh; \
		echo "if [ -x /usr/local/sbin/conserver -a -f /usr/local/etc/conserver.cf ]; then" >> ${PREFIX}/etc/rc.d/conserver.sh; \
		echo "	/usr/local/sbin/conserver -d -n ; echo -n ' conserver'" >> ${PREFIX}/etc/rc.d/conserver.sh; \
		echo "fi" >> ${PREFIX}/etc/rc.d/conserver.sh; \
		chmod 751 ${PREFIX}/etc/rc.d/conserver.sh; \
	fi

.include <bsd.port.mk>