aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-splash/Makefile
blob: 29268e20f4b2325572094f38dbdff0e7fa01c023 (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
# New ports collection makefile for:	xpi-splash
# Date created:			15 October 2008
# Whom:				Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#

PORTNAME=	splash
PORTVERSION=	2.0.2
DISTVERSIONSUFFIX=	-fx+tb+sb
CATEGORIES=	www

MAINTAINER=	avl@FreeBSD.org
COMMENT=	A splash screen for most Mozilla and Mozilla Based products

XPI_DISTNAME=	splash!
XPI_ID=		splash@aldreneo.com
XPI_NUM=	2995
XPI_FILES=	chrome/splash.jar components/.autoreg components/splash.js \
		defaults/preferences/splash.js chrome.manifest install.rdf
XPI_DIRS=	chrome components defaults/preferences defaults

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