aff224a5c7
while here: - trim Makefile header - remove trailing dot from COMMENT (portlint warning) - whitespace fix and tab -> space change in pkg-descr:WWW PR: 173225 Submitted by: clutton <mbsd at isgroup.com dot ua> (maintainer) Feature safe: yes
19 lines
451 B
Makefile
19 lines
451 B
Makefile
# Created by: clutton mbsd@isgroup.com.ua
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pentadactyl
|
|
PORTVERSION= 1.0r1
|
|
DISTVERSIONSUFFIX= -fx
|
|
CATEGORIES= www
|
|
DISTNAME= pentadactyl-${PORTVERSION:S/r/rc/}${DISTVERSIONSUFFIX}
|
|
|
|
MAINTAINER= mbsd@isgroup.com.ua
|
|
COMMENT= Firefox for Vim and Links addicts
|
|
|
|
IGNORE= does not work with firefox 15+
|
|
|
|
XPI_NUM= 235854
|
|
XPI_ID= pentadactyl@dactyl.googlecode.com
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|