openbsd-ports/comms/conserver/Makefile
2004-11-21 22:29:50 +00:00

32 lines
665 B
Makefile

# $OpenBSD: Makefile,v 1.26 2004/11/21 22:29:50 espie Exp $
COMMENT= "manage remote serial consoles via TCP/IP"
DISTNAME= conserver-7.2.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
MASTER_SITES= ftp://ftp.conserver.com/conserver/
AUTOCONF_VERSION= 2.54
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --with-64bit \
--with-master=localhost
REGRESS_TARGET= test
post-install:
@${INSTALL_DATA} ${FILESDIR}/README.OpenBSD ${PREFIX}/share/examples/conserver
.include <bsd.port.mk>