freebsd-ports/mail/bbmail/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

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>