diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2014-05-31 19:12:43 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2014-05-31 19:12:43 +0000 |
commit | 73fd294da95eb417c3c0a1e6c328a865fba81a89 (patch) | |
tree | 539b53644bea18b6f4ec25f469d5bb34dba6a259 /misc | |
parent | 608c55702f76447984aa7ad1d1ad008d5364cf70 (diff) | |
download | ports-73fd294da95eb417c3c0a1e6c328a865fba81a89.tar.gz ports-73fd294da95eb417c3c0a1e6c328a865fba81a89.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellmfmonitor/Makefile | 3 | ||||
-rw-r--r-- | misc/gkrellmlaunch/Makefile | 3 | ||||
-rw-r--r-- | misc/gkrellshoot/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/misc/gkrellmfmonitor/Makefile b/misc/gkrellmfmonitor/Makefile index 1b292d89f8b2..154972e1806d 100644 --- a/misc/gkrellmfmonitor/Makefile +++ b/misc/gkrellmfmonitor/Makefile @@ -12,6 +12,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= GKrellM FMonitor plugin +DEPRECATED= GKrellM 1.X is no longer being developed, consider using 2.X. +EXPIRATION_DATE=2014-06-30 + BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm diff --git a/misc/gkrellmlaunch/Makefile b/misc/gkrellmlaunch/Makefile index 6319ae45bbf7..11ffe9d1e933 100644 --- a/misc/gkrellmlaunch/Makefile +++ b/misc/gkrellmlaunch/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Application launcher plugin for GKrellM +DEPRECATED= GKrellM 1.X is no longer being developed, consider using 2.X. +EXPIRATION_DATE=2014-06-30 + BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm diff --git a/misc/gkrellshoot/Makefile b/misc/gkrellshoot/Makefile index faa12ce2e94e..172c318438b4 100644 --- a/misc/gkrellshoot/Makefile +++ b/misc/gkrellshoot/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Screen locking and screen capture plugin for GKrellM +DEPRECATED= GKrellM 1.X is no longer being developed, consider using 2.X. +EXPIRATION_DATE=2014-06-30 + BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \ import:${PORTSDIR}/graphics/ImageMagick |