freebsd-ports/www/xpi-videodownloader/Makefile
Andrew Pantyukhin 11acbcea18 - Update to 1.1.1
PR:		ports/105779
Submitted by:	chinsan (maintainer)
2006-11-23 12:51:03 +00:00

22 lines
566 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
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>