2889b8e129
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>
28 lines
642 B
Makefile
28 lines
642 B
Makefile
# 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>
|