2010-09-03 10:39:07 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.33 2010/09/03 14:39:07 sthen Exp $
|
2001-05-05 18:39:36 -04:00
|
|
|
|
2007-09-15 21:37:09 -04:00
|
|
|
COMMENT= manage remote serial consoles via TCP/IP
|
1998-04-28 23:31:56 -04:00
|
|
|
|
2008-06-21 07:29:25 -04:00
|
|
|
DISTNAME= conserver-8.1.16
|
2010-09-03 10:39:07 -04:00
|
|
|
REVISION= 0
|
1998-04-28 23:31:56 -04:00
|
|
|
CATEGORIES= comms
|
|
|
|
|
2003-05-26 16:20:53 -04:00
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.conserver.com
|
|
|
|
|
2004-03-02 02:57:20 -05:00
|
|
|
# BSD
|
2000-05-27 19:49:39 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-09-03 10:39:07 -04:00
|
|
|
|
2005-08-02 03:25:47 -04:00
|
|
|
WANTLIB= c ssl crypto util
|
2000-02-12 01:29:49 -05:00
|
|
|
|
2003-05-26 16:20:53 -04:00
|
|
|
MASTER_SITES= ftp://ftp.conserver.com/conserver/
|
2002-10-25 07:34:24 -04:00
|
|
|
|
2005-08-02 03:25:47 -04:00
|
|
|
AUTOCONF_VERSION= 2.59
|
2003-05-26 16:20:53 -04:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2005-08-02 03:25:47 -04:00
|
|
|
CONFIGURE_ARGS= --with-64bit \
|
|
|
|
--with-openssl \
|
2003-07-09 03:17:15 -04:00
|
|
|
--with-master=localhost
|
2003-06-22 20:02:04 -04:00
|
|
|
|
|
|
|
REGRESS_TARGET= test
|
1998-04-28 23:31:56 -04:00
|
|
|
|
|
|
|
post-install:
|
2008-06-21 07:29:25 -04:00
|
|
|
@${INSTALL_DATA} ${FILESDIR}/README.OpenBSD \
|
|
|
|
${PREFIX}/share/examples/conserver
|
1998-04-28 23:31:56 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|