7eae7d00ac
- add MESSAGE: WARNING: The features of rblsmtpd have been incorporated into ucspi-tcp 0.86; there will be no more rblsmtpd releases.
31 lines
815 B
Makefile
31 lines
815 B
Makefile
# $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
|
|
MAINTAINER= cd@sentia.nl
|
|
|
|
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/
|
|
|
|
NO_CONFIGURE= Yes
|
|
ALL_TARGET= it install WRKINST=${WRKINST}
|
|
INSTALL_TARGET= setup check
|
|
|
|
FAKE= Yes
|
|
|
|
RUN_DEPENDS= tcpserver:net/ucspi-tcp
|
|
|
|
pre-build:
|
|
@echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
|
|
@echo ${PREFIX} > ${WRKSRC}/conf-home
|
|
|
|
.include <bsd.port.mk>
|