1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/x11-clocks/bbdate/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

25 lines
634 B
Makefile

# Created by: Chris Piazza <cpiazza@FreeBSD.org>
# $FreeBSD$
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
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= xorg
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>