freebsd-ports/www/xpi-surfkeys/Makefile
Andrew Pantyukhin 50aa518c14 Add port www/xpi-surfkeys:
Comfortable surfing with a keyboard. This extension provides some
functions that you can use to make your browsing with a keyboard more
comfortable.

Author:	Pekka Sillanpaa <p.sillanpaa@hut.fi>
WWW:	http://surfkeys.mozdev.org/

PR:		ports/100345
Submitted by:	Simon Olofsson <simon@olofsson.de>
2006-07-17 12:23:23 +00:00

21 lines
548 B
Makefile

# New ports collection makefile for: xpi-surfkeys
# Date created: 2006-07-15
# Whom: Simon Olofsson <simon@olofsson.de>
#
# $FreeBSD$
#
PORTNAME= surfkeys
PORTVERSION= 0.4.1
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= simon@olofsson.de
COMMENT= Comfortable surfing with keyboard
XPI_ID= {a44ef047-cd8d-406e-a354-b7101bd24735}
XPI_FILES= chrome/chrome.jar chrome.manifest defaults/preferences/prefs.js install.rdf
XPI_DIRS= chrome defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>