blob: c9adc00c3b568369781c71d3dda3019312685653 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: xpi-unplug
# Date created: 2006/05/06
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= unplug
DISTVERSION= 1.4.2
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MASTER_SITES= CSME
MAINTAINER= chinsan@FreeBSD.org
COMMENT= An extension to convert embedded plug-ins to html links
XPI_ID= unplug@compunach
post-extract:
@${RM} ${WRKSRC}/chrome/skin/Thumbs.db
@${MV} ${WRKSRC}/chrome/skin/lair_cache.PNG ${WRKSRC}/chrome/skin/lair_cache.png
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|