diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-11-25 02:35:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-11-25 02:35:34 +0000 |
commit | f3e9782f43fbbdacc90a648b0caaeb1176f70c6e (patch) | |
tree | 738be36658f48b2da6a39b97fe3f61daad28ac42 | |
parent | 172444444e7175544cfbf610963c21411fba7eb9 (diff) |
Notes
-rw-r--r-- | www/amyc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/amyc/Makefile b/www/amyc/Makefile index 6ff1f847f1c2..23686ab58cae 100644 --- a/www/amyc/Makefile +++ b/www/amyc/Makefile @@ -9,11 +9,14 @@ PORTNAME= amyc PORTVERSION= 0.9.159 PORTREVISION= 4 CATEGORIES= www -MASTER_SITES= http://www.crevola.com/about/current/ +MASTER_SITES= http://www.crevola.com/francois/amyc/ MAINTAINER= petef@FreeBSD.org COMMENT= Display the contents of your Netscape cache +DEPRECATED= not longer being actively developed +EXPIRATION_DATE=2006-01-24 + USE_AUTOTOOLS= autoconf:213 USE_GETTEXT= yes GNU_CONFIGURE= yes |