summaryrefslogtreecommitdiff
path: root/www/xpi-conkeror/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/xpi-conkeror/Makefile')
-rw-r--r--www/xpi-conkeror/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/www/xpi-conkeror/Makefile b/www/xpi-conkeror/Makefile
deleted file mode 100644
index 7a846cda1f46..000000000000
--- a/www/xpi-conkeror/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: conkeror
-# Date created: 27 April 2006
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= conkeror
-PORTVERSION= 0.42
-PORTREVISION= 1
-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>