diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-22 22:20:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-22 22:20:35 +0000 |
commit | 2889b8e12987662e957bdd9a54abd5b50505b267 (patch) | |
tree | a057670e32f7acd9b304317984ffef1ef225e840 /x11-clocks/wmbday | |
parent | 9e511eba8aed6c380ddf76e5bef49e6fac1d2a1f (diff) | |
download | ports-2889b8e12987662e957bdd9a54abd5b50505b267.tar.gz ports-2889b8e12987662e957bdd9a54abd5b50505b267.zip |
Notes
Diffstat (limited to 'x11-clocks/wmbday')
-rw-r--r-- | x11-clocks/wmbday/Makefile | 28 | ||||
-rw-r--r-- | x11-clocks/wmbday/distinfo | 1 | ||||
-rw-r--r-- | x11-clocks/wmbday/files/patch-Makefile | 24 | ||||
-rw-r--r-- | x11-clocks/wmbday/pkg-descr | 7 | ||||
-rw-r--r-- | x11-clocks/wmbday/pkg-plist | 2 |
5 files changed, 62 insertions, 0 deletions
diff --git a/x11-clocks/wmbday/Makefile b/x11-clocks/wmbday/Makefile new file mode 100644 index 000000000000..8a4cb8e72032 --- /dev/null +++ b/x11-clocks/wmbday/Makefile @@ -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> diff --git a/x11-clocks/wmbday/distinfo b/x11-clocks/wmbday/distinfo new file mode 100644 index 000000000000..cadf580d927f --- /dev/null +++ b/x11-clocks/wmbday/distinfo @@ -0,0 +1 @@ +MD5 (wmbday-0.2a.tar.gz) = b4c1062e5db18c4dc2c6cf2896dc7b7b diff --git a/x11-clocks/wmbday/files/patch-Makefile b/x11-clocks/wmbday/files/patch-Makefile new file mode 100644 index 000000000000..33f5cdad0b4d --- /dev/null +++ b/x11-clocks/wmbday/files/patch-Makefile @@ -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) diff --git a/x11-clocks/wmbday/pkg-descr b/x11-clocks/wmbday/pkg-descr new file mode 100644 index 000000000000..fa9e9d978a78 --- /dev/null +++ b/x11-clocks/wmbday/pkg-descr @@ -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/ diff --git a/x11-clocks/wmbday/pkg-plist b/x11-clocks/wmbday/pkg-plist new file mode 100644 index 000000000000..ec78c8037b74 --- /dev/null +++ b/x11-clocks/wmbday/pkg-plist @@ -0,0 +1,2 @@ +@comment $FreeBSD$ +bin/wmbday |