Add check weather sendmail was installed from ports

PR:		38235
Submitted by:	maintainer
This commit is contained in:
Patrick Li
2002-05-22 23:03:20 +00:00
parent 217ea8cd24
commit 720dd2e225

View File

@@ -21,8 +21,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/opt/drweb/clients/sources/drwebdc
INST_PREFIX= ${PREFIX}/${PORTNAME}
DOC_DIR= ${PREFIX}/share/doc/drweb-sendmail
.if !exists( /usr/include/libmilter/mfapi.h )
IGNORE= "requires libmilter installed in the base system, upgrade your FreeBSD"
.if !exists( /usr/include/libmilter/mfapi.h ) || !exists( ${LOCALBASE}/include/libmilter/mfapi.h )
IGNORE= "requires libmilter installed. Upgrade your FreeBSD system or sendmail package/port"
.endif
.if !defined(WITH_DRWEBSMF_HOSTNAME)