freebsd-ports/www/xpi-vimperator/Makefile
Stanislav Sedov c096d6d88c - Revert the change that got into by accident.
Reported by:	linimon
Pointy hat to:	me
2008-12-18 10:17:46 +00:00

24 lines
595 B
Makefile

# New ports collection makefile for: xpi-vimperator
# Date created: 14 April 2007
# Whom: stas
#
# $FreeBSD$
#
PORTNAME= vimperator
PORTVERSION= 1.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZDEV}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= stas@FreeBSD.org
COMMENT= Vim look and feel for Firefox
XPI_ID= vimperator@mozdev.org
XPI_FILES= AUTHORS Donators License.txt Makefile Makefile.common \
NEWS TODO chrome/vimperator.jar chrome.manifest install.rdf
XPI_DIRS= chrome
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>