Finally add a port of qmail-conf that I have been using for

more than two years now...
This commit is contained in:
Peter Pentchev 2003-04-08 14:12:44 +00:00
parent f58a6b926a
commit 421bf5a414
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78599
6 changed files with 59 additions and 0 deletions

View File

@ -230,6 +230,7 @@
SUBDIR += qconfirm
SUBDIR += qmHandle
SUBDIR += qmail
SUBDIR += qmail-conf
SUBDIR += qmail-contrib
SUBDIR += qmail-ldap
SUBDIR += qmail-mysql

44
mail/qmail-conf/Makefile Normal file
View File

@ -0,0 +1,44 @@
# New ports collection makefile for: qmail-conf
# Date created: 8 April 2003
# Whom: roam@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= qmail-conf
PORTVERSION= 0.60
CATEGORIES= mail
MASTER_SITES= http://www.din.or.jp/~ushijima/qmail-conf/ \
http://cr.yp.to/djbdns/
DISTFILES= ${DISTNAME}.tar.gz \
${DJBDNS_DIST}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= roam@FreeBSD.org
ALL_TARGET= it
INSTALL_TARGET= setup check
NO_PACKAGE= "borrows code from djbdns, thus falls under the same restrictions as net/djbdns"
# Note: this MUST be the same as the directory qmail is installed in!
QMAIL_DIR?= /var/qmail
PREFIX?= ${QMAIL_DIR}
DJBDNS_VER= 1.05
DJBDNS_NAME= djbdns-${DJBDNS_VER}
DJBDNS_DIST= ${DJBDNS_NAME}${EXTRACT_SUFX}
post-extract:
@(cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DJBDNS_DIST} ${EXTRACT_AFTER_ARGS})
post-patch:
@${ECHO_CMD} "${QMAIL_DIR}" > ${WRKSRC}/conf-qmail
@${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
@${ECHO_CMD} "${CC} ${CFLAGS} ${STRIP}" > ${WRKSRC}/conf-ld
@${ECHO_CMD} "${LOCALBASE}" > ${WRKSRC}/conf-ucspi-tcp
pre-build:
@(cd ${WRKSRC} && ${MAKE} djbdns=${DJBDNS_NAME} -f Makefile.ini)
.include <bsd.port.mk>

2
mail/qmail-conf/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (qmail-conf-0.60.tar.gz) = c96eb5315e17387bcc5fe5b59de9685b
MD5 (djbdns-1.05.tar.gz) = 3147c5cd56832aa3b41955c7a51cbeb2

View File

@ -0,0 +1 @@
Configure various qmail services to run under daemontools

View File

@ -0,0 +1,5 @@
This is a suite of helper programs which create daemontools service
directories for the various qmail utilities.
Author: Tetsu Ushijima
WWW: http://www.din.or.jp/~ushijima/qmail-conf.html

View File

@ -0,0 +1,6 @@
bin/qmail-delivery-conf
bin/qmail-pop3d-conf
bin/qmail-qmqpd-conf
bin/qmail-qmtpd-conf
bin/qmail-smtpd-conf
@unexec rmdir %D/service 2>/dev/null || true