1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/xpi-vimperator/Makefile
Andrew Pantyukhin 08de17efdb - Update to 0.5.3
Approved by:	stas (maintainer, implicit)
2008-01-06 20:07:07 +00:00

25 lines
568 B
Makefile

# New ports collection makefile for: xpi-vimperator
# Date created: 14 April 2007
# Whom: stas
#
# $FreeBSD$
#
PORTNAME= vimperator
PORTVERSION= 0.5.3
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 Makefile NEWS TODO chrome/vimperator.jar\
chrome.manifest install.rdf
XPI_DIRS= chrome
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>