blob: 675130bb09cf3e7ccf47d120bc83252f13d35fc3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xpi-imglikeopera
# Date created: 24 May 2006
# Whom: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
#
# $FreeBSD$
#
PORTNAME= imglikeopera
PORTVERSION= 0.6.12
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZDEV}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= triosoft@triosoft.com.ua
COMMENT= Load only the images that you want in Firefox
XPI_ID= imglikeopera@imfo.ru
USE_XPI= *firefox*
.include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|