aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/bbdate/Makefile
blob: ff11db0e11ff36815b2ea3a848841f4abf7b19a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Chris Piazza <cpiazza@FreeBSD.org>

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>