freebsd-ports/mail/smtp-vilter/Makefile
Kris Kennaway b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00

30 lines
717 B
Makefile

# ex:ts=8
# Ports collection makefile for: smtp-vilter
# Date created: 17.1.2004
# Whom: Danuel Mueller + Martin Blapp, ImproWare AG
#
# $FreeBSD$
#
PORTNAME= smtp-vilter
PORTVERSION= 1.1.4
CATEGORIES= mail
MASTER_SITES= http://www.etc.msys.ch/software/smtp-vilter/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER?= ports@FreeBSD.org
COMMENT?= spam/virus filter infrastructure
BROKEN= "Checksum mismatch"
EXPIRATION_DATE=2005-02-18
DEPRECATED= ${BROKEN}
MAKEFILE= Makefile.freebsd
WRKSRC= ${WRKDIR}/${PORTNAME}
CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL}
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS=
.include <bsd.port.mk>