diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 11:41:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 11:41:44 +0000 |
commit | f54adc2e0104c05c8dcd4e9d1eed730eb543d046 (patch) | |
tree | b171676495b7e6a10b0c12dbde26ae6a1828a618 /misc | |
parent | 29a7541b6385ae0bb9451c63c5372ac88424f90e (diff) | |
download | freebsd-ports-f54adc2e0104c05c8dcd4e9d1eed730eb543d046.zip |
new port: misc/gkrellm-helium, Prague thermometer
Tiny gkrellm plugin which read data from thermometer at
Strahov, Prague. Probably useless for anyone not interested
in Prague's weather. :) Tested on both stable and current.
PR: ports/51162
Submitted by: Pav Lucistnik <pav@oook.cz>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/gkrellm-helium/Makefile | 28 | ||||
-rw-r--r-- | misc/gkrellm-helium/distinfo | 1 | ||||
-rw-r--r-- | misc/gkrellm-helium/pkg-descr | 5 | ||||
-rw-r--r-- | misc/gkrellm-helium/pkg-plist | 1 |
5 files changed, 36 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index b65d0cd1bcac..077e27bc2f3a 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -92,6 +92,7 @@ SUBDIR += getopt SUBDIR += git SUBDIR += gkrellm-gamma + SUBDIR += gkrellm-helium SUBDIR += gkrellm-reminder SUBDIR += gkrellm-xkb SUBDIR += gkrellmaflag diff --git a/misc/gkrellm-helium/Makefile b/misc/gkrellm-helium/Makefile new file mode 100644 index 000000000000..8f373706ad6d --- /dev/null +++ b/misc/gkrellm-helium/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gkrellm-helium +# Date Created: 19 Apr 2003 +# Whom: Pav Lucistnik <pav@oook.cz> +# +# $FreeBSD$ +# + +PORTNAME= gkrellm-helium +PORTVERSION= 2.1 +CATEGORIES= misc +MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/ +EXTRACT_SUFX= .tgz + +MAINTAINER= pav@oook.cz +COMMENT= GKrellM plugin reading data from helium thermometer at Strahov, Prague + +BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 +RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 + +USE_X_PREFIX= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|/usr/local/lib/gkrellm2/plugins|${PREFIX}/libexec/gkrellm2/plugins|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|ulong|u_long|' ${WRKSRC}/*.c + +.include <bsd.port.mk> diff --git a/misc/gkrellm-helium/distinfo b/misc/gkrellm-helium/distinfo new file mode 100644 index 000000000000..bb70b60183a9 --- /dev/null +++ b/misc/gkrellm-helium/distinfo @@ -0,0 +1 @@ +MD5 (gkrellm-helium-2.1.tgz) = 53cbd8cff5f20b2d5a0297c94826f4f2 diff --git a/misc/gkrellm-helium/pkg-descr b/misc/gkrellm-helium/pkg-descr new file mode 100644 index 000000000000..3d9ba593fb17 --- /dev/null +++ b/misc/gkrellm-helium/pkg-descr @@ -0,0 +1,5 @@ +Tiny GKrellM plugin for reading temperature data from the helium thermometer +at Strahov, Prague, Czech republic. Great for all Prague citizens. Probably +useless for anybody else, sorry folks. + +WWW: http://stoupa.sh.cvut.cz/teplomer/ diff --git a/misc/gkrellm-helium/pkg-plist b/misc/gkrellm-helium/pkg-plist new file mode 100644 index 000000000000..70a0faefa4d8 --- /dev/null +++ b/misc/gkrellm-helium/pkg-plist @@ -0,0 +1 @@ +libexec/gkrellm2/plugins/helium.so |