1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/mail/qmail-tls/Makefile
Renato Botelho 63f3b93b3d - Fix pkg-install to create initial aliases correctly, broken when was rewritten
from csh to sh
- Bump PORTREVISION from all slave ports
2008-03-31 01:07:19 +00:00

30 lines
664 B
Makefile

# New ports collection makefile for: qmail-tls
# Date created: 03 Dec 2000
# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
#
# $FreeBSD$
#
PORTNAME= qmail
PORTVERSION= ${QMAIL_VERSION}.${TLS_PATCH_DATE}
PORTREVISION= 4
CATEGORIES= mail
PKGNAMESUFFIX= -tls
COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH TLS support
CONFLICTS= qmail-[0-9]* qmail-ldap-[0-9]* qmail-mysql-[0-9]* qmail-spamcontrol-[0-9]*
SLAVE_TLS= yes
TLS_PATCH_DATE= 20021228
USE_OPENSSL= yes
# Local overrides
MASTERDIR= ${.CURDIR}/../qmail
DESCR= ${.CURDIR}/pkg-descr
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
.include "${MASTERDIR}/Makefile"