05f0f44a55
Homepage link is permanent redirected to its HTTPS counterpart
20 lines
488 B
Makefile
20 lines
488 B
Makefile
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
|
|
WWW= https://bbtools.sourceforge.net/
|
|
|
|
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>
|