summaryrefslogtreecommitdiffstats
path: root/www/xpi-foxyproxy/Makefile
blob: 3a5a87462a66eb23c9d57b91615cb1b39e475585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	xpi-foxyproxy
# Date created:		2008-06-12
# Whom:			Ashish Shukla <wahjava@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	foxyproxy
PORTVERSION=	2.8.14
DISTVERSIONSUFFIX=	-fx
CATEGORIES=	www

MAINTAINER=	wahjava@gmail.com
COMMENT=	Advanced proxy management tool

XPI_DISTNAME=	foxyproxy
XPI_NUM=	2464
XPI_ID=		foxyproxy@eric.h.jung

post-extract:
	${FIND} ${WRKSRC} -type f -name *.js |${XARGS} ${SED} -i '' -e 's/[[:space:]]*$$//g'

pre-install:
	${FIND} ${WRKSRC} -type f -name *.orig |${XARGS} ${RM} -f

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