mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
25 lines
569 B
Makefile
25 lines
569 B
Makefile
# Created by: Mario S F Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qmail
|
|
PORTVERSION= ${QMAIL_VERSION}.${MYSQL_PATCH_VERSION}
|
|
PORTREVISION= 0
|
|
CATEGORIES= mail
|
|
PKGNAMESUFFIX= -mysql
|
|
|
|
COMMENT= 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"
|