openbsd-ports/comms/conserver/Makefile
benno 50c69717f4 run conserver as user _conserver instead of root
change maintainer to sthen@
ok sthen@
2014-07-15 13:47:26 +00:00

34 lines
703 B
Makefile

# $OpenBSD: Makefile,v 1.44 2014/07/15 13:47:26 benno Exp $
COMMENT= manage remote serial consoles via TCP/IP
DISTNAME= conserver-8.1.16
REVISION= 8
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= ftp://ftp.conserver.com/conserver/
AUTOCONF_VERSION= 2.59
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 \
${PREFIX}/share/examples/conserver/
TEST_TARGET= test
.include <bsd.port.mk>