mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
aff2c3704c
Reported by: miwi via pointyhat
25 lines
567 B
Makefile
25 lines
567 B
Makefile
# Created by: Mario S F Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qmail
|
|
PORTVERSION= ${QMAIL_VERSION}.${MYSQL_PATCH_VERSION}
|
|
PORTREVISION= 4
|
|
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"
|