freebsd-ports/mail/bbmail/Makefile
Martin Wilke 15bafe26e9 - Fix build
- Add License

PR:		185335
Submitted by:	ports fury
2014-01-19 09:27:40 +00:00

23 lines
559 B
Makefile

# Created by: Chris Piazza <cpiazza@FreeBSD.org>
# $FreeBSD$
PORTNAME= bbmail
PORTVERSION= 0.9.3
CATEGORIES= mail
MASTER_SITES= SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool intended for Blackbox that checks for new mail
LICENSE= GPLv2 # (or later)
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libbt.pc:${PORTSDIR}/x11-wm/blackbox
USES= pkgconfig
USE_XORG= xext
GNU_CONFIGURE= yes
PLIST_FILES= bin/bbmail man/man1/bbmail.1.gz share/bbtools/bbmail.rc
PLIST_DIRSTRY= share/bbtools
.include <bsd.port.mk>