aboutsummaryrefslogtreecommitdiffstats
path: root/mail/knewmail/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-08-12 00:14:02 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-08-12 00:14:02 +0000
commit5a736c6681afe14b3a1b61ccefedc4102c0edb37 (patch)
tree7f49bd23d0a081c83e6935e3184e4abdd092a27b /mail/knewmail/Makefile
parente1d84112f97ccf9fe8e38378c62366405cb2ed34 (diff)
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/Makefile23
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>