mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
ca25826fa4
Approved by: portmgr (blanket)
23 lines
550 B
Makefile
23 lines
550 B
Makefile
PORTNAME= bbmail
|
|
PORTVERSION= 0.9.3
|
|
PORTREVISION= 1
|
|
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
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/bbmail share/man/man1/bbmail.1.gz share/bbtools/bbmail.rc
|
|
|
|
.include <bsd.port.mk>
|