1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/www/xpi-unplug/Makefile
2013-02-04 03:25:50 +00:00

20 lines
404 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= unplug
DISTVERSION= 2.054
DISTVERSIONSUFFIX= -fx+sm
CATEGORIES= www
MAINTAINER= gecko@FreeBSD.org
COMMENT= Converts embedded media to html links
XPI_ID= unplug@compunach
XPI_NUM= 2254
xpi-post-extract:
${FIND} ${WRKSRC} -type d -name CVS|${XARGS} ${RM} -rf
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>