freebsd-ports/www/xpi-videodownloader/Makefile
Andrew Pantyukhin 64e8108c5f - Add XPI_NUM to make fetchable
- Provide new mirrors where needed

Approved by:	portmgr (pav), chinsan (maintainer),
		Lapo Luchini <lapo@lapo.it> (maintainer, implicit),
		Simon Olofsson <simon@olofsson.de> (maintainer, implicit),
		Steven Kreuzer <skreuzer@f2o.org> (maintainer, implicit)
2007-11-07 16:52:22 +00:00

23 lines
587 B
Makefile

# New ports collection makefile for: xpi-videodownloader
# Date created: 2006/05/06
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= videodownloader
PORTVERSION= 1.1.1
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MASTER_SITES= CENKES
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Download embedded video files
XPI_ID= videodowloader@videodownloader.net
XPI_FILES= chrome/videodownloader.jar chrome.manifest defaults/preferences/videodownloader.js \
install.rdf
XPI_DIRS= chrome defaults/preferences defaults
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>