2013-03-11 01:30:26 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.43 2013/03/11 01:30:26 espie Exp $
|
2001-05-05 22:39:36 +00:00
|
|
|
|
2007-09-16 01:37:09 +00:00
|
|
|
COMMENT= manage remote serial consoles via TCP/IP
|
1998-04-29 03:31:56 +00:00
|
|
|
|
2008-06-21 11:29:25 +00:00
|
|
|
DISTNAME= conserver-8.1.16
|
2012-12-08 14:50:40 +00:00
|
|
|
REVISION= 7
|
1998-04-29 03:31:56 +00:00
|
|
|
CATEGORIES= comms
|
|
|
|
|
2003-05-26 20:20:53 +00:00
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
|
|
|
|
2010-11-07 20:47:08 +00:00
|
|
|
HOMEPAGE= http://www.conserver.com/
|
2003-05-26 20:20:53 +00:00
|
|
|
|
2004-03-02 07:57:20 +00:00
|
|
|
# BSD
|
2000-05-27 23:49:39 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2010-09-03 14:39:07 +00:00
|
|
|
|
2005-08-02 07:25:47 +00:00
|
|
|
WANTLIB= c ssl crypto util
|
2000-02-12 06:29:49 +00:00
|
|
|
|
2003-05-26 20:20:53 +00:00
|
|
|
MASTER_SITES= ftp://ftp.conserver.com/conserver/
|
2002-10-25 11:34:24 +00:00
|
|
|
|
2005-08-02 07:25:47 +00:00
|
|
|
AUTOCONF_VERSION= 2.59
|
2003-05-26 20:20:53 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2012-12-08 14:50:40 +00:00
|
|
|
CONFIGURE_ARGS= --with-openssl \
|
2003-07-09 07:17:15 +00:00
|
|
|
--with-master=localhost
|
2003-06-23 00:02:04 +00:00
|
|
|
|
2013-03-11 01:30:26 +00:00
|
|
|
TEST_TARGET= test
|
1998-04-29 03:31:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|