blob: 0b942d5fd7ad4eb51001bd584bafeaa6fee5162c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: clutton mbsd@isgroup.com.ua
# $FreeBSD$
PORTNAME= pentadactyl
PORTVERSION= 20131128
CATEGORIES= www
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= dactyl
MAINTAINER= ports@FreeBSD.org
COMMENT= Firefox for Vim and Links addicts
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE= 2017-04-30
XPI_NUM= 235854
XPI_ID= pentadactyl@dactyl.googlecode.com
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|