diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-31 17:25:22 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-31 17:25:22 +0000 |
commit | 67e0799198c758f48954376a4272a2bee2c328f1 (patch) | |
tree | 812f39078d4da0918d911e8f01352aebbc7084c4 /deskutils/gkrellm-timers | |
parent | 44b46760f07b322a56d78977600a385cb42999f3 (diff) |
This is a GkrellM2 plugin that allows setting of various countdown timers
and stopwatches.
Author: Christian W. Zuckschwerdt
WWW: http://triq.net/gkrellm_timers.html
PR: ports/104359
Submitted by: Tobias Roth <ports at fsck.ch>
Notes
Notes:
svn path=/head/; revision=175869
Diffstat (limited to 'deskutils/gkrellm-timers')
-rw-r--r-- | deskutils/gkrellm-timers/Makefile | 32 | ||||
-rw-r--r-- | deskutils/gkrellm-timers/distinfo | 3 | ||||
-rw-r--r-- | deskutils/gkrellm-timers/pkg-descr | 5 |
3 files changed, 40 insertions, 0 deletions
diff --git a/deskutils/gkrellm-timers/Makefile b/deskutils/gkrellm-timers/Makefile new file mode 100644 index 000000000000..077e5decc6fc --- /dev/null +++ b/deskutils/gkrellm-timers/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gkrellm-timers +# Date created: Thu Oct 12 19:20:17 CEST 2006 +# Whom: Tobias Roth <ports@fsck.ch> +# +# $FreeBSD$ +# + +PORTNAME= timers +PORTVERSION= 1.3 +CATEGORIES= deskutils +MASTER_SITES= http://triq.net/gkrellm_timers/ \ + http://depot.fsck.ch/mirror/distfiles/ +PKGNAMEPREFIX= gkrellm- +DISTNAME= gkrellm_${PORTNAME}-${PORTVERSION} + +MAINTAINER= ports@fsck.ch +COMMENT= GKrellM2 plugin that allows the setting of countdowns + +BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 +RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 + +USE_X_PREFIX= yes +USE_GNOME= gtk20 + +PLIST_FILES= libexec/gkrellm2/plugins/gkrellm_timers.so +#WRKSRC= ${WRKDIR}/gkrellm_${PORTNAME} + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/gkrellm_${PORTNAME}.so \ + ${PREFIX}/libexec/gkrellm2/plugins/ + +.include <bsd.port.mk> diff --git a/deskutils/gkrellm-timers/distinfo b/deskutils/gkrellm-timers/distinfo new file mode 100644 index 000000000000..8626fe307a42 --- /dev/null +++ b/deskutils/gkrellm-timers/distinfo @@ -0,0 +1,3 @@ +MD5 (gkrellm_timers-1.3.tar.gz) = c3b57e8bcfaf4a852b79ff919db3fab9 +SHA256 (gkrellm_timers-1.3.tar.gz) = 9e329d933365fe769b33d9918b9ce843f47cb041f8da8281a20b41ea4f373180 +SIZE (gkrellm_timers-1.3.tar.gz) = 77048 diff --git a/deskutils/gkrellm-timers/pkg-descr b/deskutils/gkrellm-timers/pkg-descr new file mode 100644 index 000000000000..9b31465ac22e --- /dev/null +++ b/deskutils/gkrellm-timers/pkg-descr @@ -0,0 +1,5 @@ +This is a GkrellM2 plugin that allows setting of various countdown timers +and stopwatches. + +Author: Christian W. Zuckschwerdt +WWW: http://triq.net/gkrellm_timers.html |