freebsd-ports/mail/bbmail/Makefile

23 lines
506 B
Makefile
Raw Normal View History

2013-09-06 15:01:53 +02:00
# Created by: Chris Piazza <cpiazza@FreeBSD.org>
1999-08-25 08:51:17 +02:00
# $FreeBSD$
2000-04-13 22:01:08 +02:00
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+
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libbt.pc:x11-wm/blackbox
2013-09-06 15:01:53 +02:00
USES= pkgconfig
USE_XORG= xext
GNU_CONFIGURE= yes
PLIST_FILES= bin/bbmail man/man1/bbmail.1.gz share/bbtools/bbmail.rc
.include <bsd.port.mk>