openbsd-ports/comms/conserver/Makefile
naddy bffe0c9da8 * bump as this will now use openpty()
* drop configure argument that doesn't exist any longer
* no need for groff
2012-12-08 14:50:40 +00:00

31 lines
602 B
Makefile

# $OpenBSD: Makefile,v 1.42 2012/12/08 14:50:40 naddy Exp $
COMMENT= manage remote serial consoles via TCP/IP
DISTNAME= conserver-8.1.16
REVISION= 7
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-openssl \
--with-master=localhost
REGRESS_TARGET= test
.include <bsd.port.mk>