freebsd-ports/deskutils/kbirthday/Makefile
Clement Laforet 9cf0cf1a93 - Update to 0.7.1
Changes since 0.6.1:

    *  changed event dialog from QDialog to QWidget to allow minimizing
    * configurable notification of pending events at midnight (thanks to a patch from Balaji Ramani)
    * use yesterday and tomorrow instead of -1 and 1 in the event view
    * reloading of addressbook when it has changed
    * added some debug code
    * some code cleanups
    * improved class documentation
    * added russian translation (provided by Egor S. Orlov)

PR:                 61436
Submitted by:       Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
Approved by:        erwin (mentor) (implicitly)
2004-01-16 20:01:14 +00:00

25 lines
690 B
Makefile

# New ports collection makefile for: KBirthday
# Date created: 2003/04/12
# Whom: Heiner <h.eichmann@gmx.de>
#
# $FreeBSD$
PORTNAME= kbirthday
PORTVERSION= 0.7.1
CATEGORIES= deskutils kde
MASTER_SITES= http://www.gfai.de/~jaham/download/ \
http://freshmeat.net/redir/kbirthday/32531/url_tgz/
MAINTAINER= h.eichmann@gmx.de
COMMENT= KDE kicker-applet that reminds you of birthdays and anniversaries
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_KDELIBS_VER=3
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
# necesary to access the second master site by getting rid of the default switch -A
FETCH_CMD ?=/usr/bin/fetch -Rr
.include <bsd.port.mk>