openbsd-ports/comms/conserver/Makefile
sthen fe0f47689f conserver tweaks:
- setup break sequence for ipmitool in sample config
- remind people about log rotation (console logs sometimes get quite large)
2014-10-07 15:21:42 +00:00

36 lines
759 B
Makefile

# $OpenBSD: Makefile,v 1.49 2014/10/07 15:21:42 sthen Exp $
COMMENT= manage remote serial consoles via TCP/IP
DISTNAME= conserver-8.1.20
REVISION= 2
CATEGORIES= comms
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
HOMEPAGE= http://www.conserver.com/
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c ssl crypto util
MASTER_SITES= ${HOMEPAGE} \
ftp://ftp.conserver.com/conserver/
AUTOCONF_VERSION= 2.68
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --with-openssl \
--with-pidfile=${LOCALSTATEDIR}/run/conserver/conserver.pid \
--with-master=localhost \
--with-port=3109
post-install:
${INSTALL_DATA} ${FILESDIR}/console.cf \
${WRKSRC}/conserver.cf/samples/* \
${PREFIX}/share/examples/conserver/
TEST_TARGET= test
.include <bsd.port.mk>