diff options
author | garga <garga@FreeBSD.org> | 2005-12-22 23:31:43 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-12-22 23:31:43 +0800 |
commit | 713041776003951caa9cd8204ed0b51abd1f639a (patch) | |
tree | 7ad9fb10523a2c8e2f9a258c964475a6a8af255e | |
parent | 27281fa527d08eabca4cd87ce43f6d445e0ed76d (diff) | |
download | freebsd-ports-gnome-713041776003951caa9cd8204ed0b51abd1f639a.tar.gz freebsd-ports-gnome-713041776003951caa9cd8204ed0b51abd1f639a.tar.zst freebsd-ports-gnome-713041776003951caa9cd8204ed0b51abd1f639a.zip |
- Mark it as DEPRECATED and set an EXPIRATION_DATE
PR: ports/90812
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
-rw-r--r-- | graphics/libgrass5/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/libgrass5/Makefile b/graphics/libgrass5/Makefile index 3784474aa74a..e4b7bbefebc5 100644 --- a/graphics/libgrass5/Makefile +++ b/graphics/libgrass5/Makefile @@ -9,11 +9,14 @@ PORTNAME= libgrass5 PORTVERSION= 1.0.0 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://gdal.velocet.ca/projects/grass/ +MASTER_SITES= # MAINTAINER= ports@FreeBSD.org COMMENT= Library of functions from the GRASS GIS application for use by non-GRASS programs +DEPRECATED= mastersite disappeared, no longer maintained by author +EXPIRATION_DATE= 2006-02-22 + USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes |