1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/comms/conserver-com/Makefile
2008-08-16 14:30:09 +00:00

40 lines
885 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.16
PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= http://www.conserver.com/ \
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= conserver.sh
MAN1= console.1
MAN5= conserver.cf.5 conserver.passwd.5
MAN8= conserver.8
OPTIONS= UDS "Use Unix domain sockets for client/server" off
DEFAULTPORT?= 782
DEFAULTHOST?= localhost
.include <bsd.port.pre.mk>
.if defined(WITH_UDS)
CONFIGURE_ARGS+= --with-uds
.endif
.include <bsd.port.post.mk>