1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/www/xpi-foxyproxy/Makefile
Martin Wilke 87ccef097c - Update to 2.14
PR:		138346
Submitted by:	Ashish SHUKLA <wahjava@gmail.com> (maintainer)
2009-09-02 17:12:34 +00:00

28 lines
616 B
Makefile

# New ports collection makefile for: xpi-foxyproxy
# Date created: 2008-06-12
# Whom: Ashish Shukla <wahjava@gmail.com>
#
# $FreeBSD$
#
PORTNAME= foxyproxy
PORTVERSION= 2.14
DISTVERSIONSUFFIX= -fx+sm+tb
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>