freebsd-ports/www/xpi-pentadactyl/Makefile
Ruslan Makhmatkhanov aff224a5c7 - mark IGNORE: doesn't work with firefox 15+
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
2012-11-01 05:44:33 +00:00

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>