pkgsrc/comms/conserver/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

39 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2003/06/02 01:21:23 jschauma Exp $
#
DISTNAME= conserver-7.2.7
CATEGORIES= comms
MASTER_SITES= ftp://ftp.conserver.com/conserver/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.conserver.com/
COMMENT= Application that allows multiple users to watch serial consoles
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-master=${DEFAULTHOST}
CONFIGURE_ARGS+= --with-port=${DEFAULTPORT}
CONFIGURE_ARGS+= --with-regex
CONFIGURE_ARGS+= --with-libwrap
DEFAULTPORT?= 782
DEFAULTHOST?= localhost
RCD_SCRIPTS= conserver
TEST_TARGET= test
EGDIR= ${PREFIX}/share/examples/conserver
CONF_FILES= ${EGDIR}/conserver.cf.example ${PKG_SYSCONFDIR}/conserver.cf
CONF_FILES+= ${EGDIR}/conserver.passwd.example ${PKG_SYSCONFDIR}/conserver.passwd
OWN_DIRS= /var/consoles
NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64
pre-install:
${INSTALL_DATA_DIR} ${EGDIR}
.include "../../security/tcp_wrappers/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"