1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/xpi-splash/Makefile
Martin Wilke 46f3a27290 Adds a splash screen to most Mozilla and Mozilla Based products.
Supports sound, opacity, CSS customization, custom images, and much more.
You can add {appVersion}, {buildID} and {userAgent} to the loading text and
it will be filled in for you.

WWW: http://www.mrtech.com/extensions/

PR:		ports/128111
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-10-15 16:18:48 +00:00

25 lines
665 B
Makefile

# New ports collection makefile for: xpi-splash
# Date created: 15 October 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= splash
PORTVERSION= 2.0.0.2
DISTVERSIONSUFFIX= -fx+tb+sb
CATEGORIES= www
MAINTAINER= ports@logvinov.com
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>