mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
16 lines
365 B
Makefile
16 lines
365 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= prism
|
|
DISTVERSION= 1.0b2
|
|
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>
|