diff options
author | andreas <andreas@FreeBSD.org> | 1998-06-15 01:32:11 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-06-15 01:32:11 +0800 |
commit | d047ca2b87247b34154e19e902409adeca49bbfa (patch) | |
tree | e368dc99ae6b7d066f8d9b53ba41aad489afc540 /mail/kbiff/Makefile | |
parent | 66fd48ed3200daeddc737ee29fb26cdd6d7d8e78 (diff) | |
download | freebsd-ports-gnome-d047ca2b87247b34154e19e902409adeca49bbfa.tar.gz freebsd-ports-gnome-d047ca2b87247b34154e19e902409adeca49bbfa.tar.zst freebsd-ports-gnome-d047ca2b87247b34154e19e902409adeca49bbfa.zip |
Import of new port kbiff
KBiff is a mail notification utility for the KDE project.
It has several advantages over much of its competition:
o Pure GUI Configuration
o Session Management
o Panel Docking
o Animated Gifs
o Sounds
o POP3 Support
http://www.geocities.com/SiliconValley/Hills/2651/kbiff.html
Diffstat (limited to 'mail/kbiff/Makefile')
-rw-r--r-- | mail/kbiff/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile new file mode 100644 index 000000000000..b98696981ade --- /dev/null +++ b/mail/kbiff/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: kbiff +# Version required: 0.7.3 +# Date created: So 14 Jun 1998 13:09:18 CEST +# Whom: andreas +# +# $Id: Makefile,v 1.6 1998/04/29 17:53:11 asami Exp $ +# + +DISTNAME= kbiff-0.7.3 +CATEGORIES= mail kde +MASTER_SITES= http://www.geocities.com/SiliconValley/Hills/2651/ + +MAINTAINER= andreas@FreeBSD.ORG + +BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt +LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ + kdeui\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ + kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs + +FETCH_BEFORE_ARGS=-t +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |