openbsd-ports/comms/conserver/Makefile

34 lines
914 B
Makefile
Raw Normal View History

2002-03-21 15:46:23 -05:00
# $OpenBSD: Makefile,v 1.18 2002/03/21 20:46:23 espie Exp $
2001-05-05 18:39:36 -04:00
COMMENT= "manage remote serial consoles via TCP/IP"
1998-04-28 23:31:56 -04:00
PKGNAME= conserver-5.21
2000-09-15 09:42:00 -04:00
DISTFILES= conserver-5.21-Beta.shar.gz
1998-04-28 23:31:56 -04:00
CATEGORIES= comms
2002-03-21 15:46:23 -05:00
NEED_VERSION= 1.515
1998-04-28 23:31:56 -04:00
2000-10-22 10:02:46 -04:00
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
1998-04-28 23:31:56 -04:00
# License: 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
2000-02-12 01:29:49 -05:00
MASTER_SITES= ftp://ftp.uu.net/vendor/bitsko/config-mgmt/ \
ftp://unix.hensa.ac.uk/mirrors/uunet/vendor/bitsko/config-mgmt/
WRKDIST= ${WRKDIR}
2000-09-15 09:42:00 -04:00
1998-04-28 23:31:56 -04:00
# Set this to where you want console(8) to connect to by default
# or use something like ``make DEFAULTHOST=myserver.mydomain.net''
DEFAULTHOST?= localhost
2001-02-27 18:36:18 -05:00
MAKE_ENV+= CC="${CC}" DEFAULTHOST="${DEFAULTHOST}"
1998-04-28 23:31:56 -04:00
post-extract:
cp ${FILESDIR}/Makefile ${WRKSRC}
post-install:
2000-05-27 19:49:39 -04:00
@${INSTALL_DATA} ${FILESDIR}/README.OpenBSD ${PREFIX}/share/examples/conserver
1998-04-28 23:31:56 -04:00
.include <bsd.port.mk>