freebsd-ports/x11-clocks/bbdate/Makefile
Muhammad Moinur Rahman b0f043f399 x11-clocks/bbdate: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-06 22:30:19 +02:00

23 lines
628 B
Makefile

PORTNAME= bbdate
PORTVERSION= 0.2.4
PORTREVISION= 3
CATEGORIES= x11-clocks
MASTER_SITES= SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool made for Blackbox that displays the date in a decorated window
WWW= http://bbtools.sourceforge.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= xorg
USE_CXXSTD= c++14
USE_XORG= x11 xau xdmcp xext xfixes xi xrandr ice sm
PLIST_FILES= bin/bbdate share/bbtools/README.bbdate \
share/bbtools/bbdate.conf share/bbtools/bbdate.nobb \
share/bbtools/bbdate.style share/bbtools/bbtoolsrc.in
.include <bsd.port.mk>