diff options
Diffstat (limited to 'mail/bbmail/Makefile')
-rw-r--r-- | mail/bbmail/Makefile | 18 |
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> |