2000-04-09 13:35:57 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2000/04/09 17:36:05 espie Exp $
|
1998-04-28 23:31:56 -04:00
|
|
|
|
|
|
|
DISTNAME= conserver-5.21-Beta
|
|
|
|
PKGNAME= conserver-5.21
|
|
|
|
CATEGORIES= comms
|
2000-03-24 17:11:32 -05:00
|
|
|
NEED_VERSION= 1.191
|
2000-04-09 13:35:57 -04:00
|
|
|
FAKE=No
|
1998-10-07 01:24:18 -04:00
|
|
|
|
|
|
|
# If you want to distribute a package you must heed this part of
|
|
|
|
# the copyright:
|
|
|
|
# distributions including binaries display the following
|
|
|
|
# acknowledgement: ``This product includes software
|
|
|
|
# developed by The Ohio State University and its contributors''
|
|
|
|
# in the documentation or other materials provided with the
|
|
|
|
# distribution and in all advertising materials mentioning
|
|
|
|
# features or use of this software.
|
|
|
|
NO_PACKAGE= "binary distribution requires explicit acknowledgement"
|
1998-04-28 23:31:56 -04:00
|
|
|
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
|
2000-02-12 01:29:49 -05:00
|
|
|
LICENSE_TYPE= BSD
|
2000-02-15 00:03:51 -05: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
|
|
|
|
1998-10-07 01:24:18 -04:00
|
|
|
MASTER_SITES= ftp://ftp.uu.net/vendor/bitsko/config-mgmt/ \
|
|
|
|
ftp://unix.hensa.ac.uk/mirrors/uunet/vendor/bitsko/config-mgmt/
|
2000-02-10 18:14:27 -05:00
|
|
|
WRKDIST= ${WRKDIR}
|
1998-10-07 01:24:18 -04:00
|
|
|
EXTRACT_SUFX= .shar.gz
|
1998-04-28 23:31:56 -04:00
|
|
|
EXTRACT_CMD= zcat
|
|
|
|
EXTRACT_BEFORE_ARGS=
|
|
|
|
EXTRACT_AFTER_ARGS= |sh
|
1998-10-07 01:24:18 -04:00
|
|
|
|
1998-04-28 23:31:56 -04:00
|
|
|
NO_CONFIGURE= yes
|
|
|
|
|
|
|
|
# Set this to where you want console(8) to connect to by default
|
|
|
|
# or use something like ``make DEFAULTHOST=myserver.mydomain.net''
|
|
|
|
DEFAULTHOST?= localhost
|
|
|
|
MAKE_ENV+= DEFAULTHOST="${DEFAULTHOST}"
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
cp ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
|
|
|
|
post-install:
|
1999-01-05 11:57:17 -05:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/README.OpenBSD ${PREFIX}/share/examples/conserver
|
|
|
|
more ${FILESDIR}/README.OpenBSD
|
1998-04-28 23:31:56 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|