freebsd-ports/www/xpi-prism/Makefile
Martin Wilke 95d04e6d28 Prism is designed to create a better environment for running
your favorite web-based applications. Much of what we used to
accomplish using an application running locally on our computers
is moving into the web browser. Thanks to advances in web technology,
these apps are increasingly powerful and usable. As a result,
applications like Gmail, Facebook and Google Docs are soaring
in popularity.

WWW: http://prism.mozilla.com
2009-05-10 16:12:22 +00:00

19 lines
441 B
Makefile

# New ports collection makefile for: xpi-prism
# Date created: 10 May 2009
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= prism
DISTVERSION= 1.0b1
CATEGORIES= www
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Create Prism applications directly from Firefox
XPI_ID= refractor@developer.mozilla.org
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>