49a0732e90
A tool intended for Blackbox that checks for new mail. PR: 11477 Submitted by: Chris Piazza <cpiazza@home.net>
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# 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>
|