c4b8f70a68
Pinged by: "bsdcrank@squbes.com" <bsdcrank@squbes.com>
39 lines
929 B
Makefile
39 lines
929 B
Makefile
# New ports collection makefile for: conserver.com
|
|
# Date created: 9 December 2001
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= conserver
|
|
PORTVERSION= 8.1.11
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.conserver.com/conserver/
|
|
PKGNAMESUFFIX= -com
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Application that allows multiple users to watch serial consoles
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS= --with-master=${DEFAULTHOST} --with-port=${DEFAULTPORT} \
|
|
--with-pam --with-libwrap --with-openssl
|
|
USE_RC_SUBR= yes
|
|
|
|
MAN1= console.1
|
|
MAN5= conserver.cf.5 conserver.passwd.5
|
|
MAN8= conserver.8
|
|
|
|
DEFAULTPORT?= 782
|
|
DEFAULTHOST?= localhost
|
|
|
|
SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \
|
|
-e 's,%%RC_SUBR%%,${RC_SUBR},g'
|
|
|
|
post-build:
|
|
${SED} ${SED_SCRIPT} ${FILESDIR}/conserver.sh >${WRKDIR}/conserver.sh
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/conserver.sh ${PREFIX}/etc/rc.d/conserver.sh
|
|
|
|
.include <bsd.port.mk>
|