Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/mail/bbmail/Makefile
16149 views
# Created by: Chris Piazza <[email protected]>

PORTNAME=	bbmail
PORTVERSION=	0.9.3
CATEGORIES=	mail
MASTER_SITES=	SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Tool intended for Blackbox that checks for new mail

LICENSE=	GPLv2+

BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/libbt.pc:x11-wm/blackbox

USES=		pkgconfig xorg
USE_XORG=	xext
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/bbmail man/man1/bbmail.1.gz share/bbtools/bbmail.rc

.include <bsd.port.mk>