91faa22c52
parameter to daemonize, move the parameter from daemon to daemon_flags, so that the user cannot inadvertently prevent it from daemonizing by adjusting the flags. Discussed with ajacoutot and schwarze, this method was suggested by schwarze@ as a simpler alternative to my diff. ok aja@
33 lines
636 B
Makefile
33 lines
636 B
Makefile
# $OpenBSD: Makefile,v 1.41 2011/12/17 22:01:12 sthen Exp $
|
|
|
|
COMMENT= manage remote serial consoles via TCP/IP
|
|
|
|
DISTNAME= conserver-8.1.16
|
|
REVISION= 6
|
|
CATEGORIES= comms
|
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
|
|
|
HOMEPAGE= http://www.conserver.com/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c ssl crypto util
|
|
|
|
MASTER_SITES= ftp://ftp.conserver.com/conserver/
|
|
|
|
AUTOCONF_VERSION= 2.59
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ARGS= --with-64bit \
|
|
--with-openssl \
|
|
--with-master=localhost
|
|
USE_GROFF = Yes
|
|
|
|
REGRESS_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|