1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Add gkrellm-reminder2, a GKrellM 2.x plugin for reminding you of important

events.

PR:		ports/66026
Submitted by:	Tobias Roth <ports@fsck.ch>
This commit is contained in:
Pav Lucistnik 2004-05-21 21:57:28 +00:00
parent 88540bf990
commit 9753f8d80e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109662
5 changed files with 66 additions and 0 deletions

View File

@ -36,6 +36,7 @@
SUBDIR += gemcal
SUBDIR += genius
SUBDIR += gkrellm-gtodo
SUBDIR += gkrellm-reminder2
SUBDIR += glabels
SUBDIR += gmcal
SUBDIR += gnomeblog

View File

@ -0,0 +1,37 @@
# New ports collection makefile for: gkrellm-reminder2
# Date Created: Tue Apr 27 11:55:02 CEST 2004
# Whom: Tobias Roth <ports@fsck.ch>
#
# $FreeBSD$
#
PORTNAME= reminder
PORTVERSION= 2.0.0
CATEGORIES= deskutils
MASTER_SITES= http://web.wt.net/~billw/gkrellm/Plugins/ \
http://depot.fsck.ch/mirror/distfiles/
PKGNAMEPREFIX= gkrellm-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@fsck.ch
COMMENT= GKrellM2 plugin that reminds you of important events
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/reminder.so
PORTDOCS= README
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/reminder.so ${PREFIX}/libexec/gkrellm2/plugins/
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (gkrellm-reminder-2.0.0.tar.gz) = ae612a076e2d3ef4e6ee67bae406a98e
SIZE (gkrellm-reminder-2.0.0.tar.gz) = 27459

View File

@ -0,0 +1,19 @@
--- Makefile.orig Tue Apr 27 12:45:04 2004
+++ Makefile Tue Apr 27 12:48:01 2004
@@ -1,13 +1,13 @@
GTK_INCLUDE = `pkg-config gtk+-2.0 --cflags`
GTK_LIB = `pkg-config gtk+-2.0 --libs`
-CFLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) -I/usr/pkg/include
+CFLAGS += -Wall -fPIC $(GTK_INCLUDE)
LIBS = $(GTK_LIB)
-LFLAGS = -shared -L/usr/pkg/lib
+LFLAGS = -shared
-CC = gcc
+CC ?= gcc
all: reminder.so

View File

@ -0,0 +1,7 @@
[from website]
A useful plugin for GKrellM that can remind you of important events.
Events can be scheduled inside GKrellM's configuration and will be
displayed in gkrellm-reminder's panel.
WWW: http://web.wt.net/~billw/gkrellm/Plugins.html
Author: James Simonsen <simonjam@ucs.orst.edu>