diff options
Diffstat (limited to 'misc/gkrellscore/Makefile')
-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 |