mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
29 lines
618 B
Makefile
29 lines
618 B
Makefile
# Created by: 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 ""
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} "/em:maxVersion/s/3\.5\.\*/3.6.*/" ${WRKSRC}/install.rdf
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|