2007-06-15 11:53:39 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.29 2007/06/15 11:53:39 sturm Exp $
|
2001-05-05 22:39:36 +00:00
|
|
|
|
|
|
|
COMMENT= "manage remote serial consoles via TCP/IP"
|
1998-04-29 03:31:56 +00:00
|
|
|
|
2005-08-02 07:25:47 +00:00
|
|
|
DISTNAME= conserver-8.1.11
|
2007-06-15 11:53:39 +00:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
1998-04-29 03:31:56 +00:00
|
|
|
CATEGORIES= comms
|
|
|
|
|
2003-05-26 20:20:53 +00:00
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.conserver.com
|
|
|
|
|
2004-03-02 07:57:20 +00:00
|
|
|
# BSD
|
2000-05-27 23:49:39 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
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
|
2005-08-02 07:25:47 +00:00
|
|
|
CONFIGURE_ARGS= --with-64bit \
|
|
|
|
--with-openssl \
|
2003-07-09 07:17:15 +00:00
|
|
|
--with-master=localhost
|
2003-06-23 00:02:04 +00:00
|
|
|
|
|
|
|
REGRESS_TARGET= test
|
1998-04-29 03:31:56 +00:00
|
|
|
|
|
|
|
post-install:
|
2000-05-27 23:49:39 +00:00
|
|
|
@${INSTALL_DATA} ${FILESDIR}/README.OpenBSD ${PREFIX}/share/examples/conserver
|
1998-04-29 03:31:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|