blob: 875750721a6a8ba13291e15c2646886f74e73a29 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xpi-hit-a-hint
# Date created: 2006-07-15
# Whom: Simon Olofsson <simon@olofsson.de>
#
# $FreeBSD$
#
PORTNAME= hit-a-hint
PORTVERSION= 0.9.1
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= simon@olofsson.de
COMMENT= Click links by hitting hints
XPI_ID= {4476fef4-3557-40b5-afcd-d6903cf7cc9d}
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>
|