mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
21 lines
546 B
Makefile
21 lines
546 B
Makefile
# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= grab_and_drag
|
|
PORTVERSION= 2.7.6
|
|
DISTVERSIONSUFFIX= -fx+tb
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= ports@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 \
|
|
icon.png install.rdf license.txt
|
|
XPI_DIRS= chrome defaults/preferences defaults
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|