1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/x11-clocks/bbdate/Makefile
Dmitry Marakasov 6599b3c9d9 - Add LICENSE
2016-09-08 16:03:26 +00:00

24 lines
622 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
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>