diff options
author | beech <beech@FreeBSD.org> | 2008-01-24 07:42:15 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-01-24 07:42:15 +0800 |
commit | 00b3ff3288745d6475995b5281f7544a9f94122a (patch) | |
tree | ececebdffa72ea9d5cef937930c8de3be84b03b5 | |
parent | a5e7e9346fbb63d0b3982f49396d67055d9b498d (diff) | |
download | freebsd-ports-graphics-00b3ff3288745d6475995b5281f7544a9f94122a.tar.gz freebsd-ports-graphics-00b3ff3288745d6475995b5281f7544a9f94122a.tar.zst freebsd-ports-graphics-00b3ff3288745d6475995b5281f7544a9f94122a.zip |
- Mark deprecated, no longer maintained.
Approved by: linimon (mentor)
-rw-r--r-- | ftp/axelq/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ftp/axelq/Makefile b/ftp/axelq/Makefile index 501fb5c16be..38ff8eb8c27 100644 --- a/ftp/axelq/Makefile +++ b/ftp/axelq/Makefile @@ -1,4 +1,4 @@ -# ex:ts=8 +# # Ports collection makefile for: axelq # Date created: Oct 23, 2002 # Whom: ijliao @@ -18,6 +18,9 @@ COMMENT= A queue manager for the download accelerator axel RUN_DEPENDS= axel:${PORTSDIR}/ftp/axel \ bash:${PORTSDIR}/shells/bash +DEPRECATED= Unmaintained, website disappeared +EXPIRATION_DATE= 2008-02-23 + NO_BUILD= yes MAN1= axelq.1 |