freebsd-ports/security/inflex/Makefile
Mark Linimon 23e091863e Mark as deprecated: either fails to fetch, and has done so for some time;
and/or fails to build; and/or the maintainer has recommended
that the ports are obsolete and should be deleted.

In each of these cases, the port has been in trouble for quite some time.
The deprecation date is set for April 09, 2004, except for a very few
ports that are in really bad shape (or the maintainer has recommended
deletion), in which case they are set for March 09, 2004.

If anyone wants to keep these ports in the ports collection, now is
the time to step up and fix them.

PR:		ports/62575
No objection:	freebsd-ports, 10 days
2004-02-17 10:30:34 +00:00

38 lines
1 KiB
Makefile

# New ports collection Makefile for: inflex
# Date created: 18 August 2000
# Whom: Justin Stanford <jus@security.za.net>
#
# $FreeBSD$
#
PORTNAME= inflex
PORTVERSION= 0.1.5.c
CATEGORIES= security
MASTER_SITES= http://www.inflex.co.za/
DISTNAME= inflex-0.1.5c
MAINTAINER= jus@security.za.net
COMMENT= Inbound/outbound antivirus e-mail scanner for sendmail servers
DEPRECATED= "no longer available in original form\; maintainer says to deprecate"
EXPIRATION_DATE= "April 09, 2004"
RUN_DEPENDS= ${LOCALBASE}/bin/metamail:${PORTSDIR}/mail/metamail \
${LOCALBASE}/bin/formail:${PORTSDIR}/mail/procmail
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/inflex ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/inflex.cf ${PREFIX}/etc
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/inflex
.for FILE in AUTHORS CHANGELOG COPYRIGHT EXIM_USERS README.1ST THANKS TODO \
UNINSTALL ModifyingInflex
${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/share/doc/inflex
.endfor
.endif
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>