summaryrefslogtreecommitdiff
path: root/x11-clocks/bbdate/Makefile
blob: 435757d2e5fc6ab3c2646a78e0c52eddbc29412e (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
24
25
26
27
# New ports collection makefile for:  	bbdate
# Date created:		May 3 1999
# Whom:			Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	bbdate
PORTVERSION=	0.2.4
CATEGORIES=	x11-clocks
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	bbtools

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A tool made for Blackbox that displays the date in a decorated window

USE_X_PREFIX=	yes
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/bbdate share/bbtools/README.bbdate \
		share/bbtools/bbdate.conf share/bbtools/bbdate.nobb \
		share/bbtools/bbdate.style share/bbtools/bbtoolsrc.in

post-install:
	@${ECHO_CMD} "@dirrmtry share/bbtools" >> ${TMPPLIST}

.include <bsd.port.mk>