Add wmbday 0.2a,

wmbday is a Window Maker dock app for Linux und FreeBSD that
will remind you of birthdays. It can show up to four persons
whose birthday is next. On a birthday it will notify you by
blinking the concerning person.  Background color, normal and
notification font color can be changed. The data is loaded from
a simple text file.

PR:		61735
Submitted by:	Ulrich Spoerlein <q@uni.de>
This commit is contained in:
Kirill Ponomarev 2004-01-22 22:20:35 +00:00
parent 9e511eba8a
commit 2889b8e129
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98838
6 changed files with 63 additions and 0 deletions

View File

@ -26,6 +26,7 @@
SUBDIR += t3d
SUBDIR += tclock
SUBDIR += washerdryer
SUBDIR += wmbday
SUBDIR += wmbinclock
SUBDIR += wmblueclock
SUBDIR += wmcalclock

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: wmbday
# Date created: 2004-01-06
# Whom: Ulrich Spoerlein <q@uni.de>
#
# $FreeBSD$
PORTNAME= wmbday
PORTVERSION= 0.2a
CATEGORIES= x11-clocks
MASTER_SITES= http://buzzinhornetz.ath.cx/wmbday/files/
MAINTAINER= q@roadrunner
COMMENT= Window Maker dock app that will remind you of birthdays
BUILD_DEPENDS= ${X11BASE}/bin/xmessage:${PORTSDIR}/x11/XFree86-4-clients
HAS_CONFIGURE= yes
USE_XLIB= yes
MAN1= wmbday.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmbday ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/wmbday.1 ${PREFIX}/man/man1
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (wmbday-0.2a.tar.gz) = b4c1062e5db18c4dc2c6cf2896dc7b7b

View File

@ -0,0 +1,24 @@
--- Makefile.orig Sun Jul 27 15:11:38 2003
+++ Makefile Tue Jan 6 00:39:09 2004
@@ -1,16 +1,15 @@
-CC = gcc
OBJS = date.c ring.c main.c
-INCDIR = -I/usr/X11R6/include
-LIBDIR = -L/usr/X11R6/lib
+INCDIR = -I$(X11BASE)/include
+LIBDIR = -L$(X11BASE)/lib
LIBS = -lX11 -lXext
-BIN_DESTDIR = /usr/local/bin
-MAN_DESTDIR = /usr/local/man/man1
+BIN_DESTDIR = $(PREFIX)/local/bin
+MAN_DESTDIR = $(PREFIX)/man/man1
PACKAGE = wmbday
VERSION = 0.1
all:
- $(CC) $(OBJS) -o wmbday -Wall $(LIBDIR) $(LIBS) $(INCDIR)
+ $(CC) $(CFLAGS) $(OBJS) -o wmbday -Wall $(LIBDIR) $(LIBS) $(INCDIR)
debug:
$(CC) -g $(OBJS) -o wmbday -Wall $(LIBDIR) $(LIBS) $(INCDIR)

View File

@ -0,0 +1,7 @@
wmbday is a Window Maker dock app for Linux und FreeBSD that will remind you of
birthdays. It can show up to four persons whose birthday is next. On a birthday
it will notify you by blinking the concerning person. Background color, normal
and notification font color can be changed. The data is loaded from a simple
text file.
WWW: http://buzzinhornetz.ath.cx/wmbday/

View File

@ -0,0 +1,2 @@
@comment $FreeBSD$
bin/wmbday