e1ab2d0519
- Add an rcNG startup example file to QMAIL_PREFIX/boot [2] - Bump PORTREVISION due to rcNG add (except for qmail-ldap) - Fix make certificate to add ciphers file to QMAIL_PREFIX/control [3] PR: ports/118117 [1], ports/117422 [2], ports/118198 [3] Submitted by: Andrew Reilly <areilly@bigpond.net.au> [1] [3] Nick@van-laarhoven.org [2]
28 lines
650 B
Makefile
28 lines
650 B
Makefile
# New ports collection makefile for: qmail-mysql
|
|
# Date created: 6 Feb 2001
|
|
# Whom: Mario S F Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qmail
|
|
PORTVERSION= ${QMAIL_VERSION}.${MYSQL_PATCH_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
PKGNAMESUFFIX= -mysql
|
|
|
|
COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH MySQL support
|
|
|
|
CONFLICTS= qmail-[0-9]* qmail-ldap-[0-9]* qmail-spamcontrol-[0-9]* qmail-tls-[0-9]*
|
|
|
|
MYSQL_PATCH_VERSION= 1.1.15
|
|
|
|
SLAVE_MYSQL= yes
|
|
|
|
USE_MYSQL= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../qmail
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|