5398791b6e
unbreak things following the uid change
33 lines
691 B
Makefile
33 lines
691 B
Makefile
# $OpenBSD: Makefile,v 1.46 2014/09/08 16:12:11 sthen Exp $
|
|
|
|
COMMENT= manage remote serial consoles via TCP/IP
|
|
|
|
DISTNAME= conserver-8.1.20
|
|
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>
|