blob: 43d3883c7240bc10dc4a98a2a47986bf75780a5c (
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
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.19.1
DISTVERSIONSUFFIX= -fx+sm+tb
CATEGORIES= www
MAINTAINER= wahjava@gmail.com
COMMENT= Advanced proxy management tool
XPI_DISTNAME= foxyproxy_standard
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>
|