aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot-sieve/Makefile
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-01-26 14:25:47 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-01-26 14:25:47 +0000
commit2352b1675bcab7da564c1f65138e85f34e65f205 (patch)
tree6d74f038cc0a9360bdbe601f23c117cb7e63fdaa /mail/dovecot-sieve/Makefile
parent7f8c2abce771f664678744e243035a890ec7ebf4 (diff)
downloadports-2352b1675bcab7da564c1f65138e85f34e65f205.tar.gz
ports-2352b1675bcab7da564c1f65138e85f34e65f205.zip
Notes
Diffstat (limited to 'mail/dovecot-sieve/Makefile')
-rw-r--r--mail/dovecot-sieve/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/mail/dovecot-sieve/Makefile b/mail/dovecot-sieve/Makefile
index 423f2a53d120..a798b36cbebe 100644
--- a/mail/dovecot-sieve/Makefile
+++ b/mail/dovecot-sieve/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dovecot-sieve
PORTVERSION= ${DOVECOTVERSION}+${DISTVERSION}
-DISTVERSION= 0.1.13
+DISTVERSION= 0.1.15
CATEGORIES= mail
MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${DISTVERSIONPREFIX}${DISTVERSION:C/:(.)/\1/g}${DISTVERSIONSUFFIX}
@@ -20,16 +20,18 @@ RUN_DEPENDS= dovecot>=${DOVECOTVERSION}.*:${PORTSDIR}/mail/dovecot
DOVECOTVERSION= 1.2
-USE_LDCONFIG= ${PREFIX}/lib/dovecot/lda
-
-MAN1= sieve-test.1 sievec.1 sieved.1
-
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-dovecot=`${MAKE} -C ${PORTSDIR}/mail/dovecot -V WRKSRC`
+CONFIGURE_ENV= LDFLAGS='${LDFLAGS}'
+LDFLAGS+= -L${LOCALBASE}/lib
+USE_LDCONFIG= ${PREFIX}/lib/dovecot/lda
+
SUB_FILES= pkg-message
+MAN1= sieve-test.1 sievec.1 sieved.1
+
.if !defined(NOPORTDOCS)
PORTDOCS= AUTHORS COPYING COPYING.LGPL INSTALL NEWS README TODO
.endif