diff options
author | taoka <taoka@FreeBSD.org> | 1999-08-12 08:14:02 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-08-12 08:14:02 +0800 |
commit | 9e56bc0a67cd50283e83e74c2e533cfb52c7ba18 (patch) | |
tree | 2293b5f3b59055b5bd667c97299cda5d98f2e7b7 /mail/knewmail/Makefile | |
parent | 8cff8963e5ab40b6c3c3c6f34d82ae27182cb729 (diff) | |
download | freebsd-ports-gnome-9e56bc0a67cd50283e83e74c2e533cfb52c7ba18.tar.gz freebsd-ports-gnome-9e56bc0a67cd50283e83e74c2e533cfb52c7ba18.tar.zst freebsd-ports-gnome-9e56bc0a67cd50283e83e74c2e533cfb52c7ba18.zip |
A Mail notifier for the KDE enviorment.
PR: 12131
Submitted: Tomer Weller <wellers@netvision.net.il>
Diffstat (limited to 'mail/knewmail/Makefile')
-rw-r--r-- | mail/knewmail/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/knewmail/Makefile b/mail/knewmail/Makefile new file mode 100644 index 000000000000..71a7c72e9d2c --- /dev/null +++ b/mail/knewmail/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: KNewMail +# Version required: 3.1 +# Date created: 6 June 1999 +# Whom: Tomer Weller +# +# $Id:$ +# + +DISTNAME= knewmail-3.1 +CATEGORIES= mail kde +MASTER_SITES= http://www.slac.com/mpilone/knewmail_home/downloads/ +EXTRACT_SUFX= .src.tar.gz + +MAINTAINER= wellers@netvision.net.il + +LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 + +HAS_CONFIGURE= yes +KDEDIR= ${PREFIX} +USE_QT= yes +CONFIGURE_ARGS= --prefix=${PREFIX} + +.include <bsd.port.mk> |