aboutsummaryrefslogtreecommitdiffstats
path: root/www/xpi-unplug/Makefile
blob: 5e7ffeb156144186c98585321fc65a8d157ba04f (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
# New ports collection makefile for:    xpi-unplug
# Date created:         2006/05/06
# Whom:             chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   unplug
DISTVERSION=    1.6.06
DISTVERSIONSUFFIX=  -fx
CATEGORIES= www

MAINTAINER= chinsan@FreeBSD.org
COMMENT=    Converts embedded media to html links

XPI_ID=     unplug@compunach
XPI_NUM=    2254

post-extract:
    @${FIND} ${WRKSRC} -type d -name CVS|${XARGS} ${RM} -rf

.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>