openbsd-ports/mail/postfix/snapshot/Makefile

16 lines
263 B
Makefile
Raw Normal View History

2006-05-17 23:04:15 -04:00
# $OpenBSD: Makefile,v 1.129 2006/05/18 03:04:15 brad Exp $
2006-05-17 23:04:15 -04:00
VERSION= 2.3-20060517
2001-09-14 19:48:45 -04:00
2002-05-15 02:20:04 -04:00
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}
2005-12-25 02:13:45 -05:00
MAKE_CCARGS+= -DUSE_SASL_AUTH
FLAVOR?=
.if ${FLAVOR:L:Msasl2}
MAKE_CCARGS+= -DUSE_CYRUS_SASL
.endif
.include <bsd.port.mk>