aboutsummaryrefslogtreecommitdiff
path: root/mail/bbmail/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-09 17:30:45 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-09 17:30:45 +0000
commit49a0732e90b1834c46248e9f65025bf1fd53ecbb (patch)
treee74b1d62d231fafad16f69107cd92e0de72eb445 /mail/bbmail/Makefile
parent965bc65df04d0d3744d19037833fb7e24e99d8e8 (diff)
Initial import of bbmail version 0.5.0.
A tool intended for Blackbox that checks for new mail. PR: 11477 Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=18683
Diffstat (limited to 'mail/bbmail/Makefile')
-rw-r--r--mail/bbmail/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile
new file mode 100644
index 000000000000..3236c1dc52f7
--- /dev/null
+++ b/mail/bbmail/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: bbmail
+# Version required: 0.5.0
+# Date created: May 3 1999
+# Whom: Chris Piazza <cpiazza@home.net>
+#
+# $Id$
+#
+
+DISTNAME= bbmail-0.5.0
+CATEGORIES= mail
+MASTER_SITES= http://bbtools.windsofstorm.net/sources/
+
+MAINTAINER= cpiazza@home.net
+
+GNU_CONFIGURE= YES
+USE_XLIB= YES
+
+.include <bsd.port.mk>