freebsd-ports/www/xpi-conkeror/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

35 lines
978 B
Makefile

# New ports collection makefile for: conkeror
# Date created: 27 April 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= conkeror
PORTVERSION= 0.42
PORTREVISION= 2
DISTVERSIONPREFIX= firefox-
CATEGORIES= www
MASTER_SITES= MOZDEV
PKGNAMEPREFIX?=
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A completely keyboard driven browser based on firefox
RUN_DEPENDS= ${CONK_APP}:${PORTSDIR}/www/${CONK_APP}
CONK_ARGS= -chrome chrome://conkeror/content
CONK_APP?= ${PKGNAMEPREFIX}firefox
CONK_EXEC?= ${PKGNAMEPREFIX}${PORTNAME}
USE_XPI= ${CONK_APP}
PLIST_FILES= bin/${CONK_EXEC}
XPI_ID= {a79fe89b-6662-4ff4-8e88-09950ad4dfde}
XPI_FILES= chrome/conkeror.jar components/nsCrank.js install.rdf chrome.manifest
XPI_DIRS= chrome components
post-install:
@${ECHO_CMD} exec `${WHICH} ${CONK_APP}` ${CONK_ARGS} > ${PREFIX}/bin/${CONK_EXEC}
@${CHMOD} 555 ${PREFIX}/bin/${CONK_EXEC}
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>