mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
428 B
Makefile
21 lines
428 B
Makefile
# New ports collection makefile for: bbmail
|
|
# Version required: 0.5.3
|
|
# Date created: May 3 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= bbmail-0.5.3
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://bbtools.windsofstorm.net/sources/ \
|
|
ftp://stokes.tte.ele.tue.nl/pub/bbmail/
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}-1
|
|
GNU_CONFIGURE= YES
|
|
USE_XLIB= YES
|
|
|
|
.include <bsd.port.mk>
|