blob: 3f022e351c986fd6c8b36de30f867573cbf78998 (
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
27
28
29
30
31
|
# New ports collection makefile for: xpi-jv
# Date created: 2009-04-26
# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= jv
PORTVERSION= 0.51
PORTREVISION= 0
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= ports@FreeBSD.org
COMMENT= A lightweight vim-like editor for textareas
XPI_NUM= 8529
XPI_ID= jv@eric.uhrhane
XPI_FILES= chrome.manifest chrome/jv.jar \
defaults/preferences/prefs.js \
install.rdf
XPI_DIRS= chrome \
defaults/preferences defaults
REINPLACE_ARGS= -i ""
post-patch:
@${REINPLACE_CMD} "/em:maxVersion/s/3\.5\.\*/3.6.*/" ${WRKSRC}/install.rdf
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|