pkgsrc-wip/dovecot/buildlink3.mk
Geert Hendrickx 14d548afe9 Re-import the dovecot-devel package, this time to track the 1.2 beta series.
Changes between 1.1 and 1.2 are not really major, mostly implementation of
additional IMAP extensions.

See http://www.dovecot.org/list/dovecot-news/2008-September/000084.html for
details.
2008-09-05 20:11:03 +00:00

24 lines
668 B
Makefile

# $NetBSD: buildlink3.mk,v 1.6 2008/09/05 20:11:03 ghen Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
DOVECOT_BUILDLINK3_MK:= ${DOVECOT_BUILDLINK3_MK}+
.include "../../mk/bsd.fast.prefs.mk"
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= dovecot
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ndovecot}
BUILDLINK_PACKAGES+= dovecot
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}dovecot
.if !empty(DOVECOT_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.dovecot+= dovecot>=1.2alpha1
BUILDLINK_PKGSRCDIR.dovecot?= ../../wip/dovecot
.endif
pkgbase := dovecot
.include "../../mk/pkg-build-options.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}