freebsd-ports/www/xpi-videodownloader/Makefile
Martin Wilke 617581c2eb - Remove DEPRECATED
- Take over maintainership

Approved by:	chinsan (old maintainer)
2009-01-03 13:12:17 +00:00

23 lines
584 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= miwi@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>