freebsd-ports/www/xpi-grab_and_drag/Makefile
Thomas Abthorpe 83fc7a83ad - Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
2012-08-15 19:26:13 +00:00

24 lines
633 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.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>