mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
880851e949
- Remove 4.X cruft. PR: ports/114892 Submitted by: Nils Vogels <nivo@is-root.com> (maintainer) Approved by: pav (portmgr, in mentor's absence)
26 lines
717 B
Makefile
26 lines
717 B
Makefile
# New ports collection makefile for: dovecot-sieve
|
|
# Date created: 2006-12-29
|
|
# Whom: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dovecot-sieve
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.dovecot.org/releases/sieve/ \
|
|
http://www.is-root.com/myports/
|
|
|
|
MAINTAINER= nivo+kw+ports.bfa274@is-root.com
|
|
COMMENT= A sieve plugin for the Dovecot LDA called 'deliver'
|
|
|
|
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/mail/dovecot:build
|
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/dovecot/lda
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --with-dovecot=`make -C ${PORTSDIR}/mail/dovecot -V WRKSRC`
|
|
|
|
.include <bsd.port.mk>
|