diff options
author | eadler <eadler@FreeBSD.org> | 2012-11-29 10:39:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-11-29 10:39:30 +0800 |
commit | 168d3ad0eff1a5f3cbcfe44cfb8805d02bb188de (patch) | |
tree | 9e33e895f74d6a25cc5eafdfdf9c18e961fe0077 /mail | |
parent | 23672aa7f45a0215b4f9c6fa6d858bf91cf1b76c (diff) | |
download | freebsd-ports-gnome-168d3ad0eff1a5f3cbcfe44cfb8805d02bb188de.tar.gz freebsd-ports-gnome-168d3ad0eff1a5f3cbcfe44cfb8805d02bb188de.tar.zst freebsd-ports-gnome-168d3ad0eff1a5f3cbcfe44cfb8805d02bb188de.zip |
Not maintained since 2007, no longer used by any ports and more recent versions available.
PR: ports/173970
Submitted by: Alan Hicks <ahicks@p-o.co.uk>
Feature safe: yes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gmime/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/gmime/Makefile b/mail/gmime/Makefile index e280b4299c27..7c02c57a1fc1 100644 --- a/mail/gmime/Makefile +++ b/mail/gmime/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmime -# Date created: 7 Apr 2001 -# Whom: Bas Kruit <baskruit@bsltwr.dnsalias.org> -# +# Created by: Bas Kruit <baskruit@bsltwr.dnsalias.org> # $FreeBSD$ -# PORTNAME= gmime PORTVERSION= 1.0.8 @@ -27,4 +23,7 @@ MAKE_ARGS= confexecdir=${PREFIX}/etc USE_LDCONFIG= yes +DEPRECATED= Superceded with version 2.4 +EXPIRATION_DATE= 2013-02-28 + .include <bsd.port.mk> |