Update mail/postfix-current to version 3.2.20161008,4
[dports.git] / mail / bbmail / Makefile
1 # Created by: Chris Piazza <cpiazza@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       bbmail
5 PORTVERSION=    0.9.3
6 CATEGORIES=     mail
7 MASTER_SITES=   SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        Tool intended for Blackbox that checks for new mail
11
12 LICENSE=        GPLv2+
13
14 BUILD_DEPENDS=  ${LOCALBASE}/libdata/pkgconfig/libbt.pc:x11-wm/blackbox
15
16 USES=           pkgconfig
17 USE_XORG=       xext
18 GNU_CONFIGURE=  yes
19
20 PLIST_FILES=    bin/bbmail man/man1/bbmail.1.gz share/bbtools/bbmail.rc
21
22 .include <bsd.port.mk>