blob: 41a10554484d83e9d9a4264570c64b528e9230af (
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= miwi@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>
|