0e4143b777
Acrobat-style grab and drag scrolling. [NOTE] This is quite usefull for touchscreen device. WWW: http://grabanddrag.mozdev.org/
24 lines
623 B
Makefile
24 lines
623 B
Makefile
# New ports collection makefile for: xpi-grab_and_drag
|
|
# Date created: 2009-04-26
|
|
# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= grab_and_drag
|
|
PORTVERSION= 2.7.4
|
|
DISTVERSIONSUFFIX= -fx+tb
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= nork@FreeBSD.org
|
|
COMMENT= Adobe Acrobat-style grab and drag scrolling
|
|
|
|
XPI_NUM= 1250
|
|
XPI_ID= {477c4c36-24eb-11da-94d4-00e08161165f}
|
|
XPI_FILES= chrome.manifest chrome/grabanddrag.jar \
|
|
defaults/preferences/gadDefaults.js \
|
|
install.rdf license.txt
|
|
XPI_DIRS= chrome defaults/preferences defaults
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|