diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-09-28 17:26:54 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-09-28 17:26:54 +0000 |
commit | 56de9c77afa4d1d7000868a7005f1867181efea9 (patch) | |
tree | 9a51372a890b3260d976cdbdfd21d6447df7aa1b /mail/maildrop/Makefile | |
parent | d30008c3a372b1278915e9a27c2952826e6cc3d7 (diff) | |
download | ports-56de9c77afa4d1d7000868a7005f1867181efea9.tar.gz ports-56de9c77afa4d1d7000868a7005f1867181efea9.zip |
Notes
Diffstat (limited to 'mail/maildrop/Makefile')
-rw-r--r-- | mail/maildrop/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 895c4053cda8..ff72344734ff 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: maildrop -# Date created: 16 November 1998 -# Whom: Tom Hukins <tom@eborcom.com> -# +# Created by: Tom Hukins <tom@eborcom.com> # $FreeBSD$ -# # The following compile-time options are available: # WITH_AUTHLIB=yes Enable optional support for Courier Auth Library @@ -20,12 +16,11 @@ # extension (http://wiki.dovecot.org/maildrop/) PORTNAME= maildrop -PORTVERSION= 2.5.5 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT= Mail delivery agent (MDA) with filtering abilities LICENSE= GPLv3 @@ -42,6 +37,8 @@ CONFIGURE_ARGS= --enable-syslog=1 \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFLICTS= courier-0.65* + LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre MAILDROP_LOG_COLUMNS?= 72 # lenght of 'File:' line in log @@ -113,11 +110,11 @@ INSTALL_TARGET= install-maildrop install-deliverquota install-man INSTALL_TARGET= install-strip .endif -MAN1+= lockmail.1 mailbot.1 maildirmake.1 maildrop.1 makemime.1 \ +MAN1+= lockmail.1 mailbot.1 maildrop-maildirmake.1 maildrop.1 makemime.1 \ reformail.1 reformime.1 MAN5= maildir.5 MAN7= maildirquota.7 maildropex.7 maildropfilter.7 maildropgdbm.7 -MAN8+= deliverquota.8 +MAN8+= maildrop-deliverquota.8 DOCS= AUTHORS INSTALL INSTALL.html README README.html README.postfix \ UPGRADE UPGRADE.html maildroptips.txt maildir/README.* |