openbsd-ports/mail/fastforward/Makefile

50 lines
1.2 KiB
Makefile
Raw Normal View History

2000-03-28 02:28:33 -05:00
# $OpenBSD: Makefile,v 1.8 2000/03/28 07:28:33 camield Exp $
DISTNAME= fastforward-0.51
2000-03-13 06:27:33 -05:00
HOMEPAGE= http://cr.yp.to/fastforward.html
CATEGORIES= mail
NEED_VERSION= 1.230
2000-03-13 06:27:33 -05:00
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/ \
2000-03-13 06:27:33 -05:00
http://koobera.math.uic.edu/www/software/
2000-02-25 17:08:25 -05:00
2000-03-28 02:28:33 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PREFIX= /var/qmail
2000-03-05 13:30:21 -05:00
NO_CONFIGURE= Yes
2000-03-13 06:27:33 -05:00
ALL_TARGET= default WRKINST=${WRKINST}
INSTALL_TARGET= setup check
2000-03-13 06:27:33 -05:00
FAKE= Yes
RUN_DEPENDS= ${PREFIX}/bin/qmail-local::mail/qmail
pre-build:
@echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
@echo ${PREFIX} > ${WRKSRC}/conf-qmail
2000-03-28 02:28:33 -05:00
pre-fake:
@mkdir -p ${PREFIX}
# Hack to work around a bug in pkg_create: it wants PREFIX to exists
# even when the srcdir is set to the fake PREFIX
pre-package:
@mkdir ${PREFIX}
post-package:
@rmdir ${PREFIX}
.include <bsd.port.mk>