mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
6728a2f233
AutoBrowse - The most creative screensaver in the world! Enter any search-word and any search-engine (default is google.de) and AutoBrowse will surf the net for you. Enjoy! WWW: http://autobrowse.berlios.de/ Approved by: krion (mentor)
22 lines
562 B
Makefile
22 lines
562 B
Makefile
# New ports collection makefile for: xpi-autobrowse
|
|
# Date created: 20 May 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= autobrowse
|
|
PORTVERSION= 0.4
|
|
DISTVERSIONSUFFIX= -fx+fl
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Surfs the net for you
|
|
|
|
XPI_ID= {3867e8ff-5171-4346-a578-b118c968c65c}
|
|
XPI_FILES= chrome/autobrowse.jar chrome.manifest defaults/preferences/settings.js install.rdf
|
|
XPI_DIRS= chrome defaults/preferences defaults
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|