diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-11 17:32:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-11 17:32:07 +0000 |
commit | 22fd703f6ddbd08f9b83253f35ef8753f6295084 (patch) | |
tree | f172c8653261472327a0d9a665b6067cb15fa9b4 /misc/gkrellscore | |
parent | 6899977195136fe04355dcc5d55b0f7ddeea386d (diff) | |
download | ports-22fd703f6ddbd08f9b83253f35ef8753f6295084.tar.gz ports-22fd703f6ddbd08f9b83253f35ef8753f6295084.zip |
Notes
Diffstat (limited to 'misc/gkrellscore')
-rw-r--r-- | misc/gkrellscore/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/gkrellscore/Makefile b/misc/gkrellscore/Makefile index d571798cbc94..54390d0c1aeb 100644 --- a/misc/gkrellscore/Makefile +++ b/misc/gkrellscore/Makefile @@ -9,12 +9,16 @@ PORTNAME= gkrellscore PORTVERSION= 0.0.2 PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= http://ssl.usu.edu/paul/gkrellscore/ +MASTER_SITES= # disappeared DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= pat@FreeBSD.org COMMENT= Plugin to GKrellM that displays current sports scores +BROKEN= "mastersite disappeared" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-12-11 + BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \ wget:${PORTSDIR}/ftp/wget |