freebsd-ports/www/xpi-foxyproxy/Makefile
Ashish SHUKLA a72c05e3d3 - Remove the workaround for LICENSE.
Submitted by:	swell.k at gmail.com
Approved by:	pgj (mentor, implicit)
2010-09-28 13:29:07 +00:00

31 lines
743 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.22.1
DISTVERSIONSUFFIX= -fx+sm+tb
CATEGORIES= www
MAINTAINER= ashish@FreeBSD.org
COMMENT= Advanced proxy management tool
XPI_DISTNAME= foxyproxy_standard
XPI_NUM= 2464
XPI_ID= foxyproxy@eric.h.jung
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
xpi-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
@${FIND} ${WRKSRC} -type f -name '*.bak' |${XARGS} ${RM} -f
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>