opnsense-ports/www/xpi-foxyproxy/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
641 B
Makefile

# Created by: Ashish Shukla <wahjava@gmail.com>
# $FreeBSD$
PORTNAME= foxyproxy
PORTVERSION= 4.1.1
DISTVERSIONSUFFIX= -sm+tb+fx
CATEGORIES= www
MAINTAINER= ashish@FreeBSD.org
COMMENT= Advanced proxy management tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
XPI_DISTNAME= foxyproxy_standard
XPI_NUM= 2464
XPI_ID= foxyproxy@eric.h.jung
xpi-post-extract:
@${FIND} ${WRKSRC} -type f -name '*.js' |${XARGS} ${SED} -i '' -e 's/[[:space:]]*$$//g'
pre-install:
@${FIND} ${WRKSRC} -type f -name '*.orig' -delete
@${FIND} ${WRKSRC} -type f -name '*.bak' -delete
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>