mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
d72c560b21
Hat: portmgr
36 lines
973 B
Makefile
36 lines
973 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= ports@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>
|