blob: d0d66e08570fae489e77ac631bb789b2a0e1edf4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|