aboutsummaryrefslogtreecommitdiffstats
path: root/www/xpi-statusbarclock/Makefile
blob: 7ab8720d629d734e2dc8a6fd5ec9c326cae49de4 (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:    xpi-statusbarclock
# Date created:     2006-07-27
# Whom:         Simon Olofsson <simon@olofsson.de>
#
# $FreeBSD$
#

PORTNAME=   statusbarclock
PORTVERSION=    1.8.0
DISTVERSIONSUFFIX=  -fx
CATEGORIES= www

MAINTAINER= simon@olofsson.de
COMMENT=    Display date and time in the status bar

DEPRECATED= Development has been ceased and not compatible with Firefox > 2.
EXPIRATION_DATE=    2010-10-01

XPI_DISTNAME=   statusbar_clock
XPI_ID=     {3669edc0-b1ad-11d8-92e7-00d09e0179f2}
XPI_NUM=    52

xpi-post-extract:
    @${RM} -rf ${WRKSRC}/readme.txt

.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>