- add MESSAGE:
WARNING: The features of rblsmtpd have been incorporated into
ucspi-tcp 0.86; there will be no more rblsmtpd releases.
This commit is contained in:
camield 2000-03-14 08:39:59 +00:00
parent cd50f9cee9
commit 7eae7d00ac
3 changed files with 26 additions and 7 deletions

View File

@ -1,23 +1,25 @@
# $OpenBSD: Makefile,v 1.3 2000/03/05 18:30:33 espie Exp $
# $OpenBSD: Makefile,v 1.4 2000/03/14 08:39:59 camield Exp $
DISTNAME= rblsmtpd-0.70
HOMEPAGE= http://cr.yp.to/rblsmtpd.html
CATEGORIES= mail
NEED_VERSION= 1.223
MAINTAINER= cd@sentia.nl
MASTER_SITES= ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/ \
MASTER_SITES= http://cr.yp.to/software/ \
ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/ \
ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \
ftp://ftp.mira.net.au/unix/mail/qmail/ \
ftp://ftp.id.wustl.edu/pub/qmail/ \
ftp://mirror.uk.uu.net/pub/qmail/ \
ftp://ftp.jp.qmail.org/qmail/ \
http://ftp.rifkin.technion.ac.il/pub/qmail/ \
http://koobera.math.uic.edu/www/software/ \
http://pobox.com/~djb/software/
http://koobera.math.uic.edu/www/software/
NO_CONFIGURE= Yes
ALL_TARGET= default
ALL_TARGET= it install WRKINST=${WRKINST}
INSTALL_TARGET= setup check
NO_MTREE= Yes
FAKE= Yes
RUN_DEPENDS= tcpserver:net/ucspi-tcp

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-Makefile,v 1.1 2000/03/14 08:39:59 camield Exp $
Needed for fake installation.
--- Makefile.or Tue Mar 14 09:32:15 2000
+++ Makefile Tue Mar 14 09:32:31 2000
@@ -47,7 +47,7 @@
auto_home.c: \
auto-str conf-home
- ./auto-str auto_home `head -1 conf-home` > auto_home.c
+ ./auto-str auto_home ${WRKINST}`head -1 conf-home` > auto_home.c
auto_home.o: \
compile auto_home.c

View File

@ -0,0 +1,2 @@
WARNING: The features of rblsmtpd have been incorporated into
ucspi-tcp 0.86; there will be no more rblsmtpd releases.