22 lines
422 B
Makefile
22 lines
422 B
Makefile
# New ports collection makefile for: bbmail
|
|
# Date created: May 3 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bbmail
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A tool intended for Blackbox that checks for new mail
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= bbmail.1
|
|
|
|
.include <bsd.port.mk>
|