aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-surfkeys/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-07-17 12:23:23 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-07-17 12:23:23 +0000
commit50aa518c1480d083156c3fa695126b463303678e (patch)
tree6b18e1c83639fa1d2a78b11e8ecf95e1f5c2d5df /www/xpi-surfkeys/Makefile
parentc70a5769b0e49484a3f4bba51ad86f0612cf34c9 (diff)
downloadports-50aa518c1480d083156c3fa695126b463303678e.tar.gz
ports-50aa518c1480d083156c3fa695126b463303678e.zip
Notes
Diffstat (limited to 'www/xpi-surfkeys/Makefile')
-rw-r--r--www/xpi-surfkeys/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/xpi-surfkeys/Makefile b/www/xpi-surfkeys/Makefile
new file mode 100644
index 000000000000..d0d66e08570f
--- /dev/null
+++ b/www/xpi-surfkeys/Makefile
@@ -0,0 +1,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>