blob: 31feff7fbf663bfd45d9de37257df7746174563b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: mouse_gestures
# Date created: 2006-05-16
# Whom: Simon Olofsson <simon@olofsson.de>
#
# $FreeBSD$
#
PORTNAME= mousegestures
PORTVERSION= 1.5.1
DISTVERSIONSUFFIX= -fx+mz+zm+tb
CATEGORIES= www
MAINTAINER= simon@olofsson.de
COMMENT= Allows you to execute common commands using mouse gestures
XPI_DISTNAME= mouse_gestures
XPI_ID= {FFA36170-80B1-4535-B0E3-A4569E497DD0}
XPI_FILES= chrome/mozgest.jar chrome.manifest components/mgIMouseService.xpt \
install/install.properties install.js install.rdf
XPI_DIRS= chrome components install
post-extract:
@${RM} -rf ${WRKSRC}/platform
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|