mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
ccdf082818
o Add another MASTER_SITE PR: ports/59676 Submitted by: Frank Shute <frank@esperance-linux.co.uk>
24 lines
524 B
Makefile
24 lines
524 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.3
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://easynews.dl.sourceforge.net/sourceforge/bbtools/ \
|
|
http://bbtools.thelinuxcommunity.org/sources/ \
|
|
http://www.esperance-linux.co.uk/src/
|
|
|
|
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>
|